Searched defs:UpdateRank (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/memory/
H A Dmem_rankings.cc48 void MemRankings::UpdateRank(MemEntryImpl* node) { function in class:disk_cache::MemRankings
H A Dmem_backend_impl.cc105 void MemBackendImpl::UpdateRank(MemEntryImpl* node) { function in class:disk_cache::MemBackendImpl
106 rankings_.UpdateRank(node);
223 UpdateRank(it->second);
H A Dmem_entry_impl.cc299 UpdateRank(false);
338 UpdateRank(true);
399 UpdateRank(false);
465 UpdateRank(true);
531 void MemEntryImpl::UpdateRank(bool modified) { function in class:disk_cache::MemEntryImpl
539 backend_->UpdateRank(this);
/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.cc169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { function in class:disk_cache::Eviction
173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
H A Drankings.cc405 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { function in class:disk_cache::Rankings
416 CACHE_UMA(AGE_MS, "UpdateRank", 0, start);
H A Dbackend_impl_v3.cc122 void BackendImplV3::UpdateRank(EntryImplV3* entry, bool modified) { function in class:disk_cache::BackendImplV3
125 eviction_.UpdateRank(entry, modified);
724 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
H A Dentry_impl_v3.cc795 UpdateRank(false);
898 UpdateRank(true);
1019 void EntryImpl::UpdateRank(bool modified) { function in class:disk_cache::EntryImpl
1025 backend_->UpdateRank(this, modified);
H A Dbackend_impl.cc454 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
766 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { function in class:disk_cache::BackendImpl
769 eviction_.UpdateRank(entry, modified);
H A Dentry_impl.cc997 UpdateRank(false);
1100 UpdateRank(true);
1221 void EntryImpl::UpdateRank(bool modified) { function in class:disk_cache::EntryImpl
1227 backend_->UpdateRank(this, modified);

Completed in 377 milliseconds