Home
last modified time | relevance | path

Searched refs:SPARSE_HISTOGRAM (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc95 EXPECT_EQ(SPARSE_HISTOGRAM, sparse_histogram->GetHistogramType()); in TEST_F()
135 EXPECT_EQ(SPARSE_HISTOGRAM, type); in TEST_F()
Dhistogram_base.cc35 case SPARSE_HISTOGRAM: in HistogramTypeToString()
57 case SPARSE_HISTOGRAM: in DeserializeHistogramInfo()
Dsparse_histogram.cc33 DCHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType()); in FactoryGet()
44 return SPARSE_HISTOGRAM; in GetHistogramType()
Dhistogram_base.h41 SPARSE_HISTOGRAM, enumerator