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

Method NavigateHomePage

DuiLib/Control/UIWebBrowser.cpp:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void DuiLib::CWebBrowserUI::NavigateHomePage()
461{
462 if (!m_sHomePage.IsEmpty())
463 this->NavigateUrl(m_sHomePage);
464}
465
466void DuiLib::CWebBrowserUI::NavigateUrl( LPCTSTR lpszUrl )
467{

Callers

nothing calls this directly

Calls 2

NavigateUrlMethod · 0.95
IsEmptyMethod · 0.80

Tested by

no test coverage detected