Home
last modified time | relevance | path

Searched refs:throttle_until_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_process_runner.cc120 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()
Dsync_process_runner.h114 base::TimeTicks throttle_until_; variable