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

/external/chromium_org/base/metrics/
H A Dhistogram_snapshot_manager.cc109 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) {
H A Dhistogram.cc175 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in class:base::Histogram
197 if (delta > kCommonRaceBasedCountMismatch)
202 if (-delta > kCommonRaceBasedCountMismatch)
H A Dhistogram.h355 static const int kCommonRaceBasedCountMismatch; member in class:base::Histogram

Completed in 82 milliseconds