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

  /external/libchrome/base/metrics/
histogram.h 152 static const int kCommonRaceBasedCountMismatch;
histogram.cc 193 const int Histogram::kCommonRaceBasedCountMismatch = 5;
215 if (delta > kCommonRaceBasedCountMismatch)
220 if (-delta > kCommonRaceBasedCountMismatch)

Completed in 2426 milliseconds