Home
last modified time | relevance | path

Searched refs:BOOLEAN_HISTOGRAM (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_base.cc37 case BOOLEAN_HISTOGRAM: in HistogramTypeToString()
60 case BOOLEAN_HISTOGRAM: in DeserializeHistogramInfo()
Dhistogram_base.h39 BOOLEAN_HISTOGRAM, enumerator
Dhistogram.cc1095 : Histogram::Factory(name, BOOLEAN_HISTOGRAM, 1, 2, 3, flags) {} in Factory()
1135 return BOOLEAN_HISTOGRAM; in GetHistogramType()
Dpersistent_histogram_allocator.cc597 case BOOLEAN_HISTOGRAM: in CreateHistogram()
/external/libchrome/libchrome_tools/patch/
Dvirtual_destructor.patch22 : Histogram::Factory(name, BOOLEAN_HISTOGRAM, 1, 2, 3, flags) {}