Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_base_unittest.cc186 EXPECT_EQ(5, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_CREATED)); in TEST_F()
205 EXPECT_EQ(9, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_CREATED)); in TEST_F()
218 EXPECT_EQ(9, samples->GetCount(HISTOGRAM_REPORT_HISTOGRAM_CREATED)); in TEST_F()
Dhistogram_base.h56 HISTOGRAM_REPORT_HISTOGRAM_CREATED = 1, enumerator
Dhistogram_base.cc197 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_CREATED); in ReportHistogramActivity()