HomeSort by relevance Sort by last modified time
    Searched refs:CheckTotalCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/translate/core/common/
translate_metrics_unittest.cc 100 void CheckTotalCount(int count) {
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(0)
    [all...]
  /external/chromium_org/base/test/
histogram_tester.h 67 void CheckTotalCount(const std::string& name,
histogram_tester.cc 44 CheckTotalCount(name, expected_count, *samples);
69 CheckTotalCount(name, count, *samples);
107 void HistogramTester::CheckTotalCount(const std::string& name,

Completed in 102 milliseconds