HomeSort by relevance Sort by last modified time
    Searched full:delay_between_attempts (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 274 base::TimeDelta delay_between_attempts = min_time_between_attempts_; local
277 delay_between_attempts = lazy_check_interval_;
281 if (elapsed_time < delay_between_attempts &&
282 delay_between_attempts - elapsed_time > next_attempt_delay_) {
283 next_attempt_delay_ = delay_between_attempts - elapsed_time;

Completed in 63 milliseconds