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 302 void MemBackendImpl::UpdateRank(MemEntryImpl* node) {
303 rankings_.UpdateRank(node);
eviction.cc 120 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
124 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
310 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
mem_entry_impl.cc 116 UpdateRank(false);
155 UpdateRank(true);
206 UpdateRank(false);
261 UpdateRank(true);
396 void MemEntryImpl::UpdateRank(bool modified) {
404 backend_->UpdateRank(this);
rankings.cc 408 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) {
412 CACHE_UMA(AGE_MS, "UpdateRank", 0, start);
entry_impl.cc 207 UpdateRank(false);
300 UpdateRank(true);
672 void EntryImpl::UpdateRank(bool modified) {
675 backend_->UpdateRank(this, true);
backend_impl.cc 733 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) {
735 eviction_.UpdateRank(entry, modified);
    [all...]

Completed in 104 milliseconds