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

  /external/chromium_org/base/metrics/
histogram.cc 559 tentative_histogram->bucket_description_[descriptions[i].sample] =
595 BucketDescriptionMap::const_iterator it = bucket_description_.find(range);
596 if (it == bucket_description_.end())
602 return bucket_description_.find(ranges(index)) == bucket_description_.end();
histogram.h 604 BucketDescriptionMap bucket_description_; member in class:base::LinearHistogram
  /external/chromium/base/metrics/
histogram.cc 816 bucket_description_[descriptions[i].sample] = descriptions[i].description;
859 BucketDescriptionMap::const_iterator it = bucket_description_.find(range);
860 if (it == bucket_description_.end())
866 return bucket_description_.find(ranges(index)) == bucket_description_.end();
    [all...]
histogram.h 632 BucketDescriptionMap bucket_description_; member in class:base::LinearHistogram

Completed in 60 milliseconds