| 162 | } |
| 163 | |
| 164 | void DuiLib::CWebBrowserUI::Refresh() |
| 165 | { |
| 166 | if (m_pWebBrowser2) |
| 167 | { |
| 168 | m_pWebBrowser2->Refresh(); |
| 169 | } |
| 170 | } |
| 171 | void DuiLib::CWebBrowserUI::GoBack() |
| 172 | { |
| 173 | if (m_pWebBrowser2) |
nothing calls this directly
no outgoing calls
no test coverage detected