Searched refs:BooleanHistogram (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram.cc | 1092 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 …]
|
D | histogram.h | 89 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);
|
D | histogram_macros_local.h | 29 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
|
D | histogram_functions.cc | 15 HistogramBase* histogram = BooleanHistogram::FactoryGet( in UmaHistogramBoolean()
|
D | histogram_macros.h | 100 base::BooleanHistogram::FactoryGet(name, \
|
D | histogram_base.cc | 61 return BooleanHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
|
D | histogram_base_unittest.cc | 90 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F()
|
D | persistent_histogram_allocator_unittest.cc | 77 HistogramBase* boolean_histogram = BooleanHistogram::FactoryGet( in TEST_F()
|
D | statistics_recorder_unittest.cc | 297 HistogramBase* const histogram4 = BooleanHistogram::FactoryGet( in TEST_P()
|
D | persistent_histogram_allocator.cc | 598 histogram = BooleanHistogram::PersistentCreate( in CreateHistogram()
|
/external/libchrome/libchrome_tools/patch/ |
D | virtual_destructor.patch | 19 @@ -932,6 +934,7 @@ class BooleanHistogram::Factory : public
|