Searched refs:throttle_from_ (Results 1 – 2 of 2) sorted by relevance
120 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()
113 base::TimeTicks throttle_from_; variable