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

  /external/libchrome/base/metrics/
histogram.h 91 class BooleanHistogram;
440 // BooleanHistogram is a histogram for booleans.
441 class BASE_EXPORT BooleanHistogram : public LinearHistogram {
465 BooleanHistogram(const std::string& name, const BucketRanges* ranges);
466 BooleanHistogram(const std::string& name,
477 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
histogram.cc     [all...]
  /external/libmojo/base/android/
record_histogram.cc 65 HistogramBase* BooleanHistogram(JNIEnv* env,
74 histogram = BooleanHistogram::FactoryGet(
208 HistogramBase* histogram = g_histograms.Get().BooleanHistogram(

Completed in 173 milliseconds