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

  /external/chromium_org/base/metrics/
histogram_snapshot_manager.cc 109 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) {
histogram.cc 183 const int Histogram::kCommonRaceBasedCountMismatch = 5;
205 if (delta > kCommonRaceBasedCountMismatch)
210 if (-delta > kCommonRaceBasedCountMismatch)
histogram.h 426 static const int kCommonRaceBasedCountMismatch;

Completed in 120 milliseconds