Home
last modified time | relevance | path

Searched refs:StopDetection (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
Dnetwork_portal_detector_impl.cc337 StopDetection(); in SetStrategy()
350 StopDetection(); in DefaultNetworkChanged()
377 StopDetection(); in DefaultNetworkChanged()
418 void NetworkPortalDetectorImpl::StopDetection() { in StopDetection() function in chromeos::NetworkPortalDetectorImpl
570 StopDetection(); in Observe()
Dnetwork_portal_detector_impl.h127 void StopDetection();
Dnetwork_portal_detector_impl_browsertest.cc133 network_portal_detector_->StopDetection(); in RestartDetection()
Dnetwork_portal_detector_impl_unittest.cc150 void stop_detection() { network_portal_detector()->StopDetection(); } in stop_detection()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Ddemo_mode_detector.h27 void StopDetection();
Ddemo_mode_detector.cc56 void DemoModeDetector::StopDetection() { in StopDetection() function in chromeos::DemoModeDetector
Dcore_oobe_handler.cc412 demo_mode_detector_.StopDetection(); in StopDemoModeDetection()