Searched refs:CheckTotalCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/translate/core/common/
H A Dtranslate_metrics_unittest.cc100 void CheckTotalCount(int count) { function in class:translate::__anon6885::MetricsRecorder
216 recorder.CheckTotalCount(0);
219 recorder.CheckTotalCount(1);
225 recorder.CheckTotalCount(0);
228 recorder.CheckTotalCount(1);
234 recorder.CheckTotalCount(0);
237 recorder.CheckTotalCount(1);
243 recorder.CheckTotalCount(0);
248 recorder.CheckTotalCount(1);
266 recorder.CheckTotalCount(
[all...]
/external/chromium_org/base/test/
H A Dhistogram_tester.cc44 CheckTotalCount(name, expected_count, *samples);
69 CheckTotalCount(name, count, *samples);
107 void HistogramTester::CheckTotalCount(const std::string& name, function in class:base::HistogramTester
H A Dhistogram_tester.h67 void CheckTotalCount(const std::string& name,

Completed in 402 milliseconds