Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_base.cc31 case BOOLEAN_HISTOGRAM: in HistogramTypeToString()
53 case BOOLEAN_HISTOGRAM: in DeserializeHistogramInfo()
Dhistogram_base.h39 BOOLEAN_HISTOGRAM, enumerator
Dhistogram.cc727 DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->GetHistogramType()); in FactoryGet()
736 return BOOLEAN_HISTOGRAM; in GetHistogramType()