| 458 | } |
| 459 | |
| 460 | void DuiLib::CWebBrowserUI::NavigateHomePage() |
| 461 | { |
| 462 | if (!m_sHomePage.IsEmpty()) |
| 463 | this->NavigateUrl(m_sHomePage); |
| 464 | } |
| 465 | |
| 466 | void DuiLib::CWebBrowserUI::NavigateUrl( LPCTSTR lpszUrl ) |
| 467 | { |
nothing calls this directly
no test coverage detected