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

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

Completed in 57 milliseconds