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

  /external/chromium/base/metrics/
histogram.h 235 counter = base::BooleanHistogram::FactoryGet(name, \
261 class BooleanHistogram;
389 // This method is an interface, used only by BooleanHistogram.
639 // BooleanHistogram is a histogram for booleans.
640 class BASE_API BooleanHistogram : public LinearHistogram {
649 explicit BooleanHistogram(const std::string& name);
651 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
histogram.cc 280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
871 // This section provides implementation for BooleanHistogram.
874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) {
879 BooleanHistogram* tentative_histogram = new BooleanHistogram(name);
    [all...]

Completed in 363 milliseconds