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

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector.cc 29 const char CaptivePortalDetector::kDefaultURL[] =
32 CaptivePortalDetector::CaptivePortalDetector(
37 CaptivePortalDetector::~CaptivePortalDetector() {
41 std::string CaptivePortalDetector::CaptivePortalResultToString(Result result) {
48 void CaptivePortalDetector::DetectCaptivePortal(
76 void CaptivePortalDetector::Cancel() {
81 void CaptivePortalDetector::OnURLFetchComplete(const net::URLFetcher* source) {
97 void CaptivePortalDetector::GetCaptivePortalResultFromResponse
    [all...]
captive_portal_detector.h 35 class CaptivePortalDetector : public net::URLFetcherDelegate,
58 explicit CaptivePortalDetector(
60 virtual ~CaptivePortalDetector();
112 DISALLOW_COPY_AND_ASSIGN(CaptivePortalDetector);

Completed in 322 milliseconds