Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Deviction.h59 void UpdateRankV2(EntryImpl* entry, bool modified);
Deviction.cc171 return UpdateRankV2(entry, modified); in UpdateRank()
402 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { in UpdateRankV2() function in disk_cache::Eviction