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

  /external/chromium/net/disk_cache/
eviction.h 64 Rankings::List GetListForEntryV2(EntryImpl* entry);
eviction.cc 275 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
371 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
421 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry));
435 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
449 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) {

Completed in 1174 milliseconds