Searched refs:GetListForEntryV2 (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/disk_cache/blockfile/ |
D | eviction.cc | 303 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
|
D | eviction.h | 64 Rankings::List GetListForEntryV2(EntryImpl* entry);
|
D | eviction_v3.cc | 220 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); in OnCreateEntry() 292 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in EvictEntry()
|