Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_base.cc33 case CUSTOM_HISTOGRAM: in HistogramTypeToString()
55 case CUSTOM_HISTOGRAM: in DeserializeHistogramInfo()
Dhistogram_base.h40 CUSTOM_HISTOGRAM, enumerator
Dhistogram.cc791 DCHECK_EQ(histogram->GetHistogramType(), CUSTOM_HISTOGRAM); in FactoryGet()
803 return CUSTOM_HISTOGRAM; in GetHistogramType()