Searched refs:CustomHistogram (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram_unittest.cc44 Histogram* custom_histogram(CustomHistogram::FactoryGet(
47 Histogram* custom_histogram1(CustomHistogram::FactoryGet(
116 Histogram* custom_histogram(CustomHistogram::FactoryGet(
119 Histogram* custom_histogram1(CustomHistogram::FactoryGet(
216 Histogram* test_custom_histogram(CustomHistogram::FactoryGet(
239 Histogram* test_custom_histogram(CustomHistogram::FactoryGet(
260 Histogram* unsorted_histogram(CustomHistogram::FactoryGet(
H A Dhistogram.h124 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \
253 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \
262 class CustomHistogram;
656 // CustomHistogram is a histogram for a set of custom integers.
657 class BASE_API CustomHistogram : public Histogram { class in namespace:base
668 CustomHistogram(const std::string& name,
675 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
H A Dhistogram.cc903 // CustomHistogram:
906 Histogram* CustomHistogram::FactoryGet(const std::string& name,
926 CustomHistogram* tentative_histogram = new CustomHistogram(name, ranges);
939 Histogram::ClassType CustomHistogram::histogram_type() const {
943 CustomHistogram::CustomHistogram(const std::string& name, function in class:base::CustomHistogram
951 void CustomHistogram::InitializedCustomBucketRange(
961 double CustomHistogram::GetBucketSize(Count current, size_t i) const {

Completed in 55 milliseconds