| 176 | } |
| 177 | } |
| 178 | void DuiLib::CWebBrowserUI::GoForward() |
| 179 | { |
| 180 | if (m_pWebBrowser2) |
| 181 | { |
| 182 | m_pWebBrowser2->GoForward(); |
| 183 | } |
| 184 | } |
| 185 | /// DWebBrowserEvents2 |
| 186 | void DuiLib::CWebBrowserUI::BeforeNavigate2( IDispatch *pDisp,VARIANT *&url,VARIANT *&Flags,VARIANT *&TargetFrameName,VARIANT *&PostData,VARIANT *&Headers,VARIANT_BOOL *&Cancel ) |
| 187 | { |
nothing calls this directly
no outgoing calls
no test coverage detected