Searched refs:BOOLEAN_HISTOGRAM (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 37 case BOOLEAN_HISTOGRAM: in HistogramTypeToString() 60 case BOOLEAN_HISTOGRAM: in DeserializeHistogramInfo()
|
D | histogram_base.h | 39 BOOLEAN_HISTOGRAM, enumerator
|
D | histogram.cc | 1095 : Histogram::Factory(name, BOOLEAN_HISTOGRAM, 1, 2, 3, flags) {} in Factory() 1135 return BOOLEAN_HISTOGRAM; in GetHistogramType()
|
D | persistent_histogram_allocator.cc | 597 case BOOLEAN_HISTOGRAM: in CreateHistogram()
|
/external/libchrome/libchrome_tools/patch/ |
D | virtual_destructor.patch | 22 : Histogram::Factory(name, BOOLEAN_HISTOGRAM, 1, 2, 3, flags) {}
|