| 493 | } |
| 494 | |
| 495 | void DuiLib::CWebBrowserUI::SetAutoNavigation( bool bAuto /*= TRUE*/ ) |
| 496 | { |
| 497 | if (m_bAutoNavi==bAuto) return; |
| 498 | |
| 499 | m_bAutoNavi=bAuto; |
| 500 | } |
| 501 | |
| 502 | bool DuiLib::CWebBrowserUI::IsAutoNavigation() |
| 503 | { |
nothing calls this directly
no outgoing calls
no test coverage detected