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

  /external/libchrome/base/metrics/
sparse_histogram.cc 56 AddCount(value, 1);
59 void SparseHistogram::AddCount(Sample value, int count) {
histogram.cc 281 AddCount(value, 1);
284 void Histogram::AddCount(int value, int count) {

Completed in 37 milliseconds