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

/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.h182 return next_attempt_delay_;
240 base::TimeDelta next_attempt_delay_; member in class:chromeos::NetworkPortalDetectorImpl
H A Dnetwork_portal_detector_impl.cc436 next_attempt_delay_ = std::max(delay, strategy_->GetDelayTillNextAttempt());
440 FROM_HERE, attempt_task_.callback(), next_attempt_delay_);

Completed in 79 milliseconds