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

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 176 last_detection_result_(captive_portal::RESULT_INTERNET_CONNECTED),
187 ResetBackoffEntry(last_detection_result_);
256 if (last_detection_result_ != result) {
260 RecordRepeatHistograms(last_detection_result_,
266 if (last_check_time_.is_null() || result != last_detection_result_) {
298 last_detection_result_,
309 results.previous_result = last_detection_result_;
311 last_detection_result_ = result;
352 ResetBackoffEntry(last_detection_result_);
captive_portal_service.h 59 return last_detection_result_;
172 captive_portal::CaptivePortalResult last_detection_result_; member in class:CaptivePortalService
177 // Time when |last_detection_result_| was first received.

Completed in 965 milliseconds