Searched defs:GetRatio (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.cc208 return GetRatio(OPEN_HIT, OPEN_MISS);
212 return GetRatio(RESURRECT_HIT, CREATE_HIT);
310 int Stats::GetRatio(Counters hit, Counters miss) const { function in class:disk_cache::Stats

Completed in 515 milliseconds