| 218 | } |
| 219 | |
| 220 | void DuiLib::CWebBrowserUI::ProgressChange( LONG nProgress, LONG nProgressMax ) |
| 221 | { |
| 222 | if (m_pWebBrowserEventHandler) |
| 223 | { |
| 224 | m_pWebBrowserEventHandler->ProgressChange(nProgress,nProgressMax); |
| 225 | } |
| 226 | } |
| 227 | |
| 228 | void DuiLib::CWebBrowserUI::NewWindow3( IDispatch **pDisp, VARIANT_BOOL *&Cancel, DWORD dwFlags, BSTR bstrUrlContext, BSTR bstrUrl ) |
| 229 | { |
nothing calls this directly
no outgoing calls
no test coverage detected