| 226 | } |
| 227 | |
| 228 | void DuiLib::CWebBrowserUI::NewWindow3( IDispatch **pDisp, VARIANT_BOOL *&Cancel, DWORD dwFlags, BSTR bstrUrlContext, BSTR bstrUrl ) |
| 229 | { |
| 230 | if (m_pWebBrowserEventHandler) |
| 231 | { |
| 232 | m_pWebBrowserEventHandler->NewWindow3(pDisp,Cancel,dwFlags,bstrUrlContext,bstrUrl); |
| 233 | } |
| 234 | } |
| 235 | void DuiLib::CWebBrowserUI::CommandStateChange(long Command,VARIANT_BOOL Enable) |
| 236 | { |
| 237 | if (m_pWebBrowserEventHandler) |
nothing calls this directly
no outgoing calls
no test coverage detected