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

  /external/chromium/net/disk_cache/
eviction.h 52 Rankings::List GetListForEntry(EntryImpl* entry);
eviction.cc 161 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
173 rankings_->Insert(entry->rankings(), true, GetListForEntry(entry));
183 rankings_->Remove(entry->rankings(), GetListForEntry(entry), true);
255 Rankings::List Eviction::GetListForEntry(EntryImpl* entry) {

Completed in 991 milliseconds