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

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector.cc 53 DCHECK(detection_callback_.is_null());
55 detection_callback_ = detection_callback;
78 detection_callback_.Reset();
85 DCHECK(!detection_callback_.is_null());
89 DetectionCallback callback = detection_callback_;
91 detection_callback_.Reset();
captive_portal_detector.h 105 DetectionCallback detection_callback_; member in class:captive_portal::CaptivePortalDetector

Completed in 234 milliseconds