Home
last modified time | relevance | path

Searched refs:GetListForEntryV2 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Deviction.cc303 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in EvictEntry()
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry)); in UpdateRankV2()
453 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); in OnCreateEntryV2()
467 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in OnDoomEntryV2()
481 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { in GetListForEntryV2() function in disk_cache::Eviction
Deviction.h64 Rankings::List GetListForEntryV2(EntryImpl* entry);
Deviction_v3.cc220 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); in OnCreateEntry()
292 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in EvictEntry()