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

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 160 captive_portal_detector_.reset(new CaptivePortalDetector(request_context));
183 captive_portal_detector_->Cancel();
184 captive_portal_detector_.reset();
330 captive_portal_detector_->Cancel();
362 captive_portal_detector_->DetectCaptivePortal(
383 captive_portal_detector_->Cancel();
network_portal_detector_impl.h 207 scoped_ptr<captive_portal::CaptivePortalDetector> captive_portal_detector_; member in class:chromeos::NetworkPortalDetectorImpl
network_portal_detector_impl_browsertest.cc 124 set_detector(network_portal_detector_->captive_portal_detector_.get());
network_portal_detector_impl_unittest.cc 82 set_detector(network_portal_detector_->captive_portal_detector_.get());
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 165 captive_portal::CaptivePortalDetector captive_portal_detector_; member in class:CaptivePortalService
captive_portal_service.cc 174 captive_portal_detector_(profile->GetRequestContext()),
229 captive_portal_detector_.DetectCaptivePortal(
358 captive_portal_detector_.Cancel();
captive_portal_service_unittest.cc 112 set_detector(&service_->captive_portal_detector_);

Completed in 116 milliseconds