Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc212 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry)); in EvictEntry()
310 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry)); in UpdateRankV2()
360 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); in OnCreateEntryV2()
368 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry)); in OnDoomEntryV2()
379 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { in GetListForEntryV2() function in disk_cache::Eviction
Deviction.h58 Rankings::List GetListForEntryV2(EntryImpl* entry);