Searched refs:UpdateRank (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/disk_cache/
H A Dmem_rankings.h30 void UpdateRank(MemEntryImpl* node);
H A Deviction.h35 void UpdateRank(EntryImpl* entry, bool modified);
H A Dmem_rankings.cc48 void MemRankings::UpdateRank(MemEntryImpl* node) { function in class:disk_cache::MemRankings
H A Dmem_entry_impl.cc288 UpdateRank(false);
327 UpdateRank(true);
389 UpdateRank(false);
456 UpdateRank(true);
522 void MemEntryImpl::UpdateRank(bool modified) { function in class:disk_cache::MemEntryImpl
530 backend_->UpdateRank(this);
H A Dmem_backend_impl.h48 void UpdateRank(MemEntryImpl* node);
H A Dmem_backend_impl.cc107 void MemBackendImpl::UpdateRank(MemEntryImpl* node) { function in class:disk_cache::MemBackendImpl
108 rankings_.UpdateRank(node);
H A Dmem_entry_impl.h140 void UpdateRank(bool modified);
H A Drankings.h123 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
H A Deviction.cc157 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { function in class:disk_cache::Eviction
161 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
371 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
H A Dbackend_impl.h120 void UpdateRank(EntryImpl* entry, bool modified);
H A Dentry_impl.h188 void UpdateRank(bool modified);
H A Dentry_impl.cc950 UpdateRank(false);
1038 UpdateRank(true);
1152 void EntryImpl::UpdateRank(bool modified) { function in class:disk_cache::EntryImpl
1155 backend_->UpdateRank(this, modified);
H A Dbackend_impl.cc890 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { function in class:disk_cache::BackendImpl
892 eviction_.UpdateRank(entry, modified);
H A Drankings.cc382 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { function in class:disk_cache::Rankings
393 CACHE_UMA(AGE_MS, "UpdateRank", 0, start);

Completed in 122 milliseconds