Home
last modified time | relevance | path

Searched refs:BooleanHistogram (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.cc1092 class BooleanHistogram::Factory : public Histogram::Factory {
1107 return WrapUnique(new BooleanHistogram(GetPermanentName(name_), ranges)); in HeapAlloc()
1114 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet()
1119 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet()
1123 std::unique_ptr<HistogramBase> BooleanHistogram::PersistentCreate( in PersistentCreate()
1130 return WrapUnique(new BooleanHistogram(name, ranges, counts, logged_counts, in PersistentCreate()
1134 HistogramType BooleanHistogram::GetHistogramType() const { in GetHistogramType()
1138 BooleanHistogram::BooleanHistogram(const char* name, const BucketRanges* ranges) in BooleanHistogram() function in base::BooleanHistogram
1141 BooleanHistogram::BooleanHistogram( in BooleanHistogram() function in base::BooleanHistogram
1157 HistogramBase* BooleanHistogram::DeserializeInfoImpl(PickleIterator* iter) { in DeserializeInfoImpl()
[all …]
Dhistogram.h89 class BooleanHistogram; variable
502 class BASE_EXPORT BooleanHistogram : public LinearHistogram {
526 BooleanHistogram(const char* name, const BucketRanges* ranges);
527 BooleanHistogram(const char* name,
538 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
Dhistogram_macros_local.h29 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
Dhistogram_functions.cc15 HistogramBase* histogram = BooleanHistogram::FactoryGet( in UmaHistogramBoolean()
Dhistogram_macros.h100 base::BooleanHistogram::FactoryGet(name, \
Dhistogram_base.cc61 return BooleanHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
Dhistogram_base_unittest.cc90 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F()
Dpersistent_histogram_allocator_unittest.cc77 HistogramBase* boolean_histogram = BooleanHistogram::FactoryGet( in TEST_F()
Dstatistics_recorder_unittest.cc297 HistogramBase* const histogram4 = BooleanHistogram::FactoryGet( in TEST_P()
Dpersistent_histogram_allocator.cc598 histogram = BooleanHistogram::PersistentCreate( in CreateHistogram()
/external/libchrome/libchrome_tools/patch/
Dvirtual_destructor.patch19 @@ -932,6 +934,7 @@ class BooleanHistogram::Factory : public