Searched refs:network_portal_detector (Results 1 – 6 of 6) sorted by relevance
28 NetworkPortalDetector* network_portal_detector) { in InitializeForTesting() argument29 if (network_portal_detector) { in InitializeForTesting()32 CHECK(network_portal_detector); in InitializeForTesting()34 network_portal_detector_ = network_portal_detector; in InitializeForTesting()
108 NetworkPortalDetector* network_portal_detector);130 static NetworkPortalDetector* network_portal_detector() { in network_portal_detector() function134 NetworkPortalDetector* network_portal_detector) { in set_network_portal_detector() argument135 network_portal_detector_ = network_portal_detector; in set_network_portal_detector()
106 network_portal_detector()->GetCaptivePortalState(guid); in CheckPortalState()128 NetworkPortalDetectorImpl* network_portal_detector() { in network_portal_detector() function in chromeos::NetworkPortalDetectorImplTest133 return network_portal_detector()->state(); in state()137 return network_portal_detector()->StartDetectionIfIdle(); in start_detection_if_idle()141 network_portal_detector()->SetStrategy( in enable_error_screen_strategy()146 network_portal_detector()->SetStrategy( in disable_error_screen_strategy()150 void stop_detection() { network_portal_detector()->StopDetection(); } in stop_detection()153 return network_portal_detector()->AttemptTimeoutIsCancelledForTesting(); in attempt_timeout_is_cancelled()157 return network_portal_detector()->strategy_->GetNextAttemptTimeout(); in get_next_attempt_timeout()177 return network_portal_detector()->next_attempt_delay_for_testing(); in next_attempt_delay()[all …]
222 CHECK(!NetworkPortalDetector::network_portal_detector()) in Initialize()
198 NetworkPortalDetectorTestImpl* network_portal_detector() { in network_portal_detector() function in chromeos::CaptivePortalWindowCtorDtorTest229 network_portal_detector()->NotifyObserversForTesting(); in IN_PROC_BROWSER_TEST_F()
389 'network/portal_detector/network_portal_detector.cc',390 'network/portal_detector/network_portal_detector.h',