Searched refs:histogram_tester (Results 1 – 2 of 2) sorted by relevance
331 base::HistogramTester histogram_tester; in TEST_F() local336 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 0); in TEST_F()337 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 0); in TEST_F()343 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 1); in TEST_F()344 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 0); in TEST_F()347 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 1); in TEST_F()348 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 1); in TEST_F()
538 "base/test/metrics/histogram_tester.cc",