Home
last modified time | relevance | path

Searched refs:UpdateRankV2 (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Deviction.h59 void UpdateRankV2(EntryImpl* entry, bool modified);
Deviction.cc159 return UpdateRankV2(entry, modified); in UpdateRank()
370 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { in UpdateRankV2() function in disk_cache::Eviction