HomeSort by relevance Sort by last modified time
    Searched refs:StartDetectionIfIdle (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.h 97 virtual bool StartDetectionIfIdle() = 0;
network_portal_detector_test_impl.h 38 virtual bool StartDetectionIfIdle() OVERRIDE;
network_portal_detector.cc 49 virtual bool StartDetectionIfIdle() OVERRIDE { return false; }
network_portal_detector_test_impl.cc 96 bool NetworkPortalDetectorTestImpl::StartDetectionIfIdle() {
network_portal_detector_impl.h 75 virtual bool StartDetectionIfIdle() OVERRIDE;
network_portal_detector_impl.cc 174 StartDetectionIfIdle();
244 bool NetworkPortalDetectorImpl::StartDetectionIfIdle() {
258 StartDetectionIfIdle();
network_portal_detector_impl_unittest.cc 133 return network_portal_detector()->StartDetectionIfIdle();
937 TEST_F(NetworkPortalDetectorImplTest, StartDetectionIfIdle) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 54 portal_detector->StartDetectionIfIdle();
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc 246 base::IgnoreResult(&NetworkPortalDetector::StartDetectionIfIdle),

Completed in 118 milliseconds