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

  /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 38 milliseconds