Searched defs:AddCount (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/metrics/ | ||
D | sparse_histogram.cc | 59 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram |
D | histogram.cc | 284 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram |