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

  /external/chromium_org/chrome/test/base/
uma_histogram_helper.cc 43 CheckTotalCount(name, expected_count, *samples);
57 CheckTotalCount(name, count, *samples);
76 void UMAHistogramHelper::CheckTotalCount(
uma_histogram_helper.h 41 void CheckTotalCount(const std::string& name,
  /external/chromium_org/components/translate/common/
translate_metrics_unittest.cc 98 void CheckTotalCount(int count) {
214 recorder.CheckTotalCount(0);
217 recorder.CheckTotalCount(1);
223 recorder.CheckTotalCount(0);
226 recorder.CheckTotalCount(1);
232 recorder.CheckTotalCount(0);
235 recorder.CheckTotalCount(1);
241 recorder.CheckTotalCount(0);
246 recorder.CheckTotalCount(1);
264 recorder.CheckTotalCount(0)
    [all...]

Completed in 341 milliseconds