Searched refs:throttle_until_ (Results 1 – 2 of 2) sorted by relevance
120 base::TimeDelta elapsed = std::min(now, throttle_until_) - throttle_from_; in ThrottleSync()133 throttle_until_ = in ThrottleSync()135 std::max(now + base_delay_delta, throttle_until_ + 2 * elapsed)); in ThrottleSync()139 if (throttle_until_ < base::TimeTicks::Now()) in ResetOldThrottling()145 throttle_until_ = base::TimeTicks(); in ResetThrottling()224 if (next_scheduled < throttle_until_) in ScheduleInternal()225 next_scheduled = throttle_until_; in ScheduleInternal()
114 base::TimeTicks throttle_until_; variable