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

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 177 num_checks_with_same_result_(0),
261 num_checks_with_same_result_,
268 num_checks_with_same_result_ = 1;
280 DCHECK_LE(1, num_checks_with_same_result_);
281 ++num_checks_with_same_result_;
299 num_checks_with_same_result_,
348 num_checks_with_same_result_ = 0;
captive_portal_service.h 175 int num_checks_with_same_result_; member in class:CaptivePortalService

Completed in 37 milliseconds