MCPcopy Create free account
hub / github.com/cinience/RedisStudio / OnDocWindowActivate

Method OnDocWindowActivate

DuiLib/Control/UIWebBrowser.cpp:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308STDMETHODIMP DuiLib::CWebBrowserUI::OnDocWindowActivate( BOOL fActivate )
309{
310 if (m_pWebBrowserEventHandler)
311 {
312 return m_pWebBrowserEventHandler->OnDocWindowActivate(fActivate);
313 }
314 return E_NOTIMPL;
315}
316
317STDMETHODIMP DuiLib::CWebBrowserUI::OnFrameWindowActivate( BOOL fActivate )
318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected