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

  /external/chromium/base/metrics/
histogram.h 124 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 {
668 CustomHistogram(const std::string& name,
675 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
histogram.cc     [all...]

Completed in 71 milliseconds