HomeSort by relevance Sort by last modified time
    Searched refs:bucket_description_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/metrics/
histogram.cc 568 tentative_histogram->bucket_description_[descriptions[i].sample] =
613 BucketDescriptionMap::const_iterator it = bucket_description_.find(range);
614 if (it == bucket_description_.end())
620 return bucket_description_.find(ranges(index)) == bucket_description_.end();
histogram.h 622 BucketDescriptionMap bucket_description_; member in class:base::LinearHistogram

Completed in 68 milliseconds