Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc275 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in EvictEntry()
371 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry)); in UpdateRankV2()
421 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); in OnCreateEntryV2()
435 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); in OnDoomEntryV2()
449 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { in GetListForEntryV2() function in disk_cache::Eviction
Deviction.h64 Rankings::List GetListForEntryV2(EntryImpl* entry);