HomeSort by relevance Sort by last modified time
    Searched refs:UpdateRank (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/net/disk_cache/memory/
mem_rankings.h 29 void UpdateRank(MemEntryImpl* node);
mem_rankings.cc 48 void MemRankings::UpdateRank(MemEntryImpl* node) {
mem_backend_impl.cc 104 void MemBackendImpl::UpdateRank(MemEntryImpl* node) {
105 rankings_.UpdateRank(node);
198 UpdateRank(it->second);
mem_entry_impl.cc 299 UpdateRank(false);
338 UpdateRank(true);
399 UpdateRank(false);
465 UpdateRank(true);
531 void MemEntryImpl::UpdateRank(bool modified) {
539 backend_->UpdateRank(this);
mem_backend_impl.h 47 void UpdateRank(MemEntryImpl* node);
mem_entry_impl.h 135 void UpdateRank(bool modified);
  /external/chromium_org/net/disk_cache/blockfile/
eviction.h 34 void UpdateRank(EntryImpl* entry, bool modified);
backend_impl_v3.h 68 void UpdateRank(EntryImplV3* entry, bool modified);
entry_impl_v3.h 129 void UpdateRank(bool modified);
rankings.h 124 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
eviction.cc 169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
backend_impl.h 114 void UpdateRank(EntryImpl* entry, bool modified);
entry_impl.h 199 void UpdateRank(bool modified);
entry_impl_v3.cc 795 UpdateRank(false);
898 UpdateRank(true);
1019 void EntryImpl::UpdateRank(bool modified) {
1025 backend_->UpdateRank(this, modified);
    [all...]
entry_impl.cc 996 UpdateRank(false);
    [all...]
backend_impl.cc 463 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
715 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) {
718 eviction_.UpdateRank(entry, modified);
    [all...]
backend_impl_v3.cc 129 void BackendImplV3::UpdateRank(EntryImplV3* entry, bool modified) {
132 eviction_.UpdateRank(entry, modified);
721 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
    [all...]
rankings.cc 403 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) {
414 CACHE_UMA(AGE_MS, "UpdateRank", 0, start);

Completed in 286 milliseconds