Home
last modified time | relevance | path

Searched refs:network_portal_detector (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/portal_detector/
Dnetwork_portal_detector.cc28 NetworkPortalDetector* network_portal_detector) { in InitializeForTesting() argument
29 if (network_portal_detector) { in InitializeForTesting()
32 CHECK(network_portal_detector); in InitializeForTesting()
34 network_portal_detector_ = network_portal_detector; in InitializeForTesting()
Dnetwork_portal_detector.h108 NetworkPortalDetector* network_portal_detector);
130 static NetworkPortalDetector* network_portal_detector() { in network_portal_detector() function
134 NetworkPortalDetector* network_portal_detector) { in set_network_portal_detector() argument
135 network_portal_detector_ = network_portal_detector; in set_network_portal_detector()
/external/chromium_org/chrome/browser/chromeos/net/
Dnetwork_portal_detector_impl_unittest.cc106 network_portal_detector()->GetCaptivePortalState(guid); in CheckPortalState()
128 NetworkPortalDetectorImpl* network_portal_detector() { in network_portal_detector() function in chromeos::NetworkPortalDetectorImplTest
133 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 …]
Dnetwork_portal_detector_impl.cc222 CHECK(!NetworkPortalDetector::network_portal_detector()) in Initialize()
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dcaptive_portal_window_browsertest.cc198 NetworkPortalDetectorTestImpl* network_portal_detector() { in network_portal_detector() function in chromeos::CaptivePortalWindowCtorDtorTest
229 network_portal_detector()->NotifyObserversForTesting(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chromeos/
Dchromeos.gyp389 'network/portal_detector/network_portal_detector.cc',
390 'network/portal_detector/network_portal_detector.h',