Searched refs:same_detection_result_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.h169 return same_detection_result_count_;
249 int same_detection_result_count_; member in class:chromeos::NetworkPortalDetectorImpl
H A Dnetwork_portal_detector_impl.cc238 same_detection_result_count_(0),
533 same_detection_result_count_ = 1;
544 ++same_detection_result_count_;
554 same_detection_result_count_ >= kMaxOfflineResultsBeforeReport) {
655 same_detection_result_count_ = 0;

Completed in 106 milliseconds