Searched defs:GetCountPerSecond (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/download/
H A Drate_estimator.cc59 uint64 RateEstimator::GetCountPerSecond() const { function in class:content::RateEstimator
60 return GetCountPerSecond(TimeTicks::Now());
63 uint64 RateEstimator::GetCountPerSecond(TimeTicks now) const { function in class:content::RateEstimator

Completed in 69 milliseconds