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

  /external/libchrome/base/metrics/
histogram.h 91 class BooleanHistogram;
373 // BooleanHistogram is a histogram for booleans.
374 class BASE_EXPORT BooleanHistogram : public LinearHistogram {
386 BooleanHistogram(const std::string& name, const BucketRanges* ranges);
392 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
histogram.cc 706 // This section provides implementation for BooleanHistogram.
709 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name,
719 BooleanHistogram* tentative_histogram =
720 new BooleanHistogram(name, registered_ranges);
731 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) {
735 HistogramType BooleanHistogram::GetHistogramType() const {
739 BooleanHistogram::BooleanHistogram(const std::string& name,
743 HistogramBase* BooleanHistogram::DeserializeInfoImpl(PickleIterator* iter) {
756 HistogramBase* histogram = BooleanHistogram::FactoryGet
    [all...]
histogram_macros.h 129 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
216 base::BooleanHistogram::FactoryGet(name, \
histogram_base.cc 54 return BooleanHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 86 HistogramBase* histogram = BooleanHistogram::FactoryGet(
statistics_recorder_unittest.cc 202 // Create a BooleanHistogram.
203 histogram = BooleanHistogram::FactoryGet(

Completed in 481 milliseconds