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

  /external/chromium_org/net/disk_cache/blockfile/
eviction.h 52 Rankings::List GetListForEntry(EntryImpl* entry);
eviction.cc 173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
185 rankings_->Insert(entry->rankings(), true, GetListForEntry(entry));
195 rankings_->Remove(entry->rankings(), GetListForEntry(entry), true);
282 Rankings::List Eviction::GetListForEntry(EntryImpl* entry) {

Completed in 42 milliseconds