RateEstimator 100 content/browser/download/download_file_impl.h RateEstimator rate_estimator_; RateEstimator 21 content/browser/download/rate_estimator.cc RateEstimator::RateEstimator() RateEstimator 29 content/browser/download/rate_estimator.cc RateEstimator::RateEstimator(TimeDelta bucket_time, RateEstimator 40 content/browser/download/rate_estimator.cc RateEstimator::~RateEstimator() { RateEstimator 43 content/browser/download/rate_estimator.cc void RateEstimator::Increment(uint32 count) { RateEstimator 47 content/browser/download/rate_estimator.cc void RateEstimator::Increment(uint32 count, TimeTicks now) { RateEstimator 59 content/browser/download/rate_estimator.cc uint64 RateEstimator::GetCountPerSecond() const { RateEstimator 63 content/browser/download/rate_estimator.cc uint64 RateEstimator::GetCountPerSecond(TimeTicks now) const { RateEstimator 64 content/browser/download/rate_estimator.cc const_cast<RateEstimator*>(this)->ClearOldBuckets(now); RateEstimator 77 content/browser/download/rate_estimator.cc void RateEstimator::ClearOldBuckets(TimeTicks now) { RateEstimator 113 content/browser/download/rate_estimator.cc void RateEstimator::ResetBuckets(TimeTicks now) { RateEstimator 21 content/browser/download/rate_estimator.h class CONTENT_EXPORT RateEstimator { RateEstimator 23 content/browser/download/rate_estimator.h RateEstimator(); RateEstimator 24 content/browser/download/rate_estimator.h RateEstimator(base::TimeDelta bucket_time, RateEstimator 27 content/browser/download/rate_estimator.h ~RateEstimator(); RateEstimator 13 content/browser/download/rate_estimator_unittest.cc TEST(RateEstimatorTest, RateEstimator) { RateEstimator 15 content/browser/download/rate_estimator_unittest.cc RateEstimator estimator(TimeDelta::FromSeconds(1), 10u, now);