Home
last modified time | relevance | path

Searched refs:bucket_count_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/download/
Drate_estimator.cc25 bucket_count_(1) { in RateEstimator()
35 bucket_count_(1) { in RateEstimator()
70 for (size_t i = 0; i < bucket_count_; ++i) { in GetCountPerSecond()
74 return total_count / (bucket_count_ * bucket_time_.InSeconds()); in GetCountPerSecond()
92 bucket_count_ = delta_index + 1; in ClearOldBuckets()
105 bucket_count_ = history_.size(); in ClearOldBuckets()
118 bucket_count_ = 1; in ResetBuckets()
Drate_estimator.h46 size_t bucket_count_; variable
/external/chromium_org/components/metrics/serialization/
Dmetric_sample.cc28 bucket_count_(bucket_count) { in MetricSample()
65 bucket_count_, in ToString()
97 return bucket_count_; in bucket_count()
194 max_ == metric.max_ && bucket_count_ == metric.bucket_count_; in IsEqual()
Dmetric_sample.h112 const int bucket_count_; variable