Searched refs:captive_portal_detector_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.h165 captive_portal::CaptivePortalDetector captive_portal_detector_; member in class:CaptivePortalService
H A Dcaptive_portal_service.cc193 captive_portal_detector_(profile->GetRequestContext()),
248 captive_portal_detector_.DetectCaptivePortal(
377 captive_portal_detector_.Cancel();
H A Dcaptive_portal_service_unittest.cc112 set_detector(&service_->captive_portal_detector_);
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.cc241 captive_portal_detector_.reset(new CaptivePortalDetector(request_context));
263 captive_portal_detector_->Cancel();
264 captive_portal_detector_.reset();
421 captive_portal_detector_->Cancel();
449 captive_portal_detector_->DetectCaptivePortal(
471 captive_portal_detector_->Cancel();
H A Dnetwork_portal_detector_impl.h228 scoped_ptr<captive_portal::CaptivePortalDetector> captive_portal_detector_; member in class:chromeos::NetworkPortalDetectorImpl
H A Dnetwork_portal_detector_impl_browsertest.cc126 set_detector(network_portal_detector_->captive_portal_detector_.get());
H A Dnetwork_portal_detector_impl_unittest.cc82 set_detector(network_portal_detector_->captive_portal_detector_.get());

Completed in 258 milliseconds