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

  /external/chromium/net/disk_cache/
mem_rankings.cc 48 void MemRankings::UpdateRank(MemEntryImpl* node) {
mem_backend_impl.cc 107 void MemBackendImpl::UpdateRank(MemEntryImpl* node) {
108 rankings_.UpdateRank(node);
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));
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);
rankings.cc 386 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) {
397 CACHE_UMA(AGE_MS, "UpdateRank", 0, start);
entry_impl.cc 950 UpdateRank(false);
1038 UpdateRank(true);
    [all...]
backend_impl.cc 890 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) {
892 eviction_.UpdateRank(entry, modified);
    [all...]

Completed in 823 milliseconds