| 488 | } |
| 489 | |
| 490 | LPCTSTR DuiLib::CWebBrowserUI::GetHomePage() |
| 491 | { |
| 492 | return m_sHomePage; |
| 493 | } |
| 494 | |
| 495 | void DuiLib::CWebBrowserUI::SetAutoNavigation( bool bAuto /*= TRUE*/ ) |
| 496 | { |
nothing calls this directly
no outgoing calls
no test coverage detected