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

1 2

  /external/chromium/net/disk_cache/
mem_rankings.h 30 void UpdateRank(MemEntryImpl* node);
eviction.h 35 void UpdateRank(EntryImpl* entry, bool modified);
mem_rankings.cc 48 void MemRankings::UpdateRank(MemEntryImpl* node) {
mem_backend_impl.h 48 void UpdateRank(MemEntryImpl* node);
mem_entry_impl.cc 288 UpdateRank(false);
327 UpdateRank(true);
389 UpdateRank(false);
456 UpdateRank(true);
522 void MemEntryImpl::UpdateRank(bool modified) {
530 backend_->UpdateRank(this);
mem_entry_impl.h 140 void UpdateRank(bool modified);
mem_backend_impl.cc 107 void MemBackendImpl::UpdateRank(MemEntryImpl* node) {
108 rankings_.UpdateRank(node);
rankings.h 123 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
eviction.cc 157 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
161 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
371 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
backend_impl.h 120 void UpdateRank(EntryImpl* entry, bool modified);
entry_impl.h 188 void UpdateRank(bool modified);
  /external/chromium_org/net/disk_cache/
mem_rankings.h 29 void UpdateRank(MemEntryImpl* node);
eviction.h 34 void UpdateRank(EntryImpl* entry, bool modified);
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 139 void UpdateRank(bool modified);
rankings.h 124 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
eviction.cc 165 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
169 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
398 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);
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 70 void UpdateRank(EntryImpl* entry, bool modified);
entry_impl_v3.h 143 void UpdateRank(bool modified);
entry_impl_v3.cc 784 UpdateRank(false);
887 UpdateRank(true);
1008 void EntryImpl::UpdateRank(bool modified) {
1014 backend_->UpdateRank(this, modified);
    [all...]

Completed in 595 milliseconds

1 2