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

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

Completed in 67 milliseconds