Home
last modified time | relevance | path

Searched refs:throttle_from_ (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()
123 throttle_from_ = now; in ThrottleSync()
144 throttle_from_ = base::TimeTicks(); in ResetThrottling()
Dsync_process_runner.h113 base::TimeTicks throttle_from_; variable