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

  /external/chromium/net/disk_cache/
stats.cc 187 int64 Stats::GetCounter(Counters counter) const {
321 int64 ratio = GetCounter(hit) * 100;
325 ratio /= (GetCounter(hit) + GetCounter(miss));
  /external/v8/src/
d8.cc 683 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
700 Counter* counter = GetCounter(name, false);
714 return GetCounter(name, true);
    [all...]

Completed in 250 milliseconds