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

  /external/chromium_org/net/disk_cache/blockfile/
eviction.h 64 Rankings::List GetListForEntryV2(EntryImpl* entry);
eviction.cc 303 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
453 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry));
467 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
481 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) {
eviction_v3.cc 220 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry));
292 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);

Completed in 157 milliseconds