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

  /external/chromium/base/
histogram.h 195 class BooleanHistogram;
291 // This method is an interface, used only by BooleanHistogram.
511 // BooleanHistogram is a histogram for booleans.
512 class BooleanHistogram : public LinearHistogram {
522 explicit BooleanHistogram(const std::string& name)
526 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
histogram.cc 450 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
669 // This section provides implementation for BooleanHistogram.
672 scoped_refptr<Histogram> BooleanHistogram::FactoryGet(const std::string& name,
679 histogram = new BooleanHistogram(name);

Completed in 31 milliseconds