Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_base_unittest.cc187 EXPECT_EQ(0, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_LOOKUP)); in TEST_F()
206 EXPECT_EQ(0, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_LOOKUP)); in TEST_F()
219 EXPECT_EQ(5, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_LOOKUP)); in TEST_F()
Dhistogram_base.h60 HISTOGRAM_REPORT_HISTOGRAM_LOOKUP = 2, enumerator
Dhistogram_base.cc225 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_LOOKUP); in ReportHistogramActivity()