| 192 | } |
| 193 | |
| 194 | void DuiLib::CWebBrowserUI::NavigateError( IDispatch *pDisp,VARIANT * &url,VARIANT *&TargetFrameName,VARIANT *&StatusCode,VARIANT_BOOL *&Cancel ) |
| 195 | { |
| 196 | if (m_pWebBrowserEventHandler) |
| 197 | { |
| 198 | m_pWebBrowserEventHandler->NavigateError(pDisp,url,TargetFrameName,StatusCode,Cancel); |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | void DuiLib::CWebBrowserUI::NavigateComplete2( IDispatch *pDisp,VARIANT *&url ) |
| 203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected