HomeSort by relevance Sort by last modified time
    Searched defs:CaptivePortalDetector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/captive_portal/
captive_portal_detector.cc 15 const char CaptivePortalDetector::kDefaultURL[] =
18 CaptivePortalDetector::CaptivePortalDetector(
23 CaptivePortalDetector::~CaptivePortalDetector() {
26 void CaptivePortalDetector::DetectCaptivePortal(
54 void CaptivePortalDetector::Cancel() {
59 void CaptivePortalDetector::OnURLFetchComplete(const net::URLFetcher* source) {
75 void CaptivePortalDetector::GetCaptivePortalResultFromResponse(
137 base::Time CaptivePortalDetector::GetCurrentTime() const
    [all...]
captive_portal_detector.h 25 class CAPTIVE_PORTAL_EXPORT CaptivePortalDetector
50 explicit CaptivePortalDetector(
52 virtual ~CaptivePortalDetector();
102 DISALLOW_COPY_AND_ASSIGN(CaptivePortalDetector);

Completed in 848 milliseconds