Eviction 45 net/disk_cache/blockfile/backend_impl.h friend class Eviction; Eviction 366 net/disk_cache/blockfile/backend_impl.h Eviction eviction_; // Handler of the eviction algorithm. Eviction 74 net/disk_cache/blockfile/eviction.cc Eviction::Eviction() Eviction 80 net/disk_cache/blockfile/eviction.cc Eviction::~Eviction() { Eviction 83 net/disk_cache/blockfile/eviction.cc void Eviction::Init(BackendImpl* backend) { Eviction 100 net/disk_cache/blockfile/eviction.cc void Eviction::Stop() { Eviction 113 net/disk_cache/blockfile/eviction.cc void Eviction::TrimCache(bool empty) { Eviction 151 net/disk_cache/blockfile/eviction.cc base::Bind(&Eviction::TrimCache, ptr_factory_.GetWeakPtr(), false)); Eviction 168 net/disk_cache/blockfile/eviction.cc void Eviction::UpdateRank(EntryImpl* entry, bool modified) { Eviction 175 net/disk_cache/blockfile/eviction.cc void Eviction::OnOpenEntry(EntryImpl* entry) { Eviction 180 net/disk_cache/blockfile/eviction.cc void Eviction::OnCreateEntry(EntryImpl* entry) { Eviction 187 net/disk_cache/blockfile/eviction.cc void Eviction::OnDoomEntry(EntryImpl* entry) { Eviction 197 net/disk_cache/blockfile/eviction.cc void Eviction::OnDestroyEntry(EntryImpl* entry) { Eviction 202 net/disk_cache/blockfile/eviction.cc void Eviction::SetTestMode() { Eviction 206 net/disk_cache/blockfile/eviction.cc void Eviction::TrimDeletedList(bool empty) { Eviction 211 net/disk_cache/blockfile/eviction.cc void Eviction::PostDelayedTrim() { Eviction 219 net/disk_cache/blockfile/eviction.cc base::Bind(&Eviction::DelayedTrim, ptr_factory_.GetWeakPtr()), Eviction 223 net/disk_cache/blockfile/eviction.cc void Eviction::DelayedTrim() { Eviction 231 net/disk_cache/blockfile/eviction.cc bool Eviction::ShouldTrim() { Eviction 242 net/disk_cache/blockfile/eviction.cc bool Eviction::ShouldTrimDeleted() { Eviction 253 net/disk_cache/blockfile/eviction.cc void Eviction::ReportTrimTimes(EntryImpl* entry) { Eviction 281 net/disk_cache/blockfile/eviction.cc Rankings::List Eviction::GetListForEntry(EntryImpl* entry) { Eviction 285 net/disk_cache/blockfile/eviction.cc bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, Eviction 316 net/disk_cache/blockfile/eviction.cc void Eviction::TrimCacheV2(bool empty) { Eviction 372 net/disk_cache/blockfile/eviction.cc base::Bind(&Eviction::TrimCache, ptr_factory_.GetWeakPtr(), false)); Eviction 385 net/disk_cache/blockfile/eviction.cc base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), empty)); Eviction 400 net/disk_cache/blockfile/eviction.cc void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { Eviction 404 net/disk_cache/blockfile/eviction.cc void Eviction::OnOpenEntryV2(EntryImpl* entry) { Eviction 425 net/disk_cache/blockfile/eviction.cc void Eviction::OnCreateEntryV2(EntryImpl* entry) { Eviction 454 net/disk_cache/blockfile/eviction.cc void Eviction::OnDoomEntryV2(EntryImpl* entry) { Eviction 472 net/disk_cache/blockfile/eviction.cc void Eviction::OnDestroyEntryV2(EntryImpl* entry) { Eviction 479 net/disk_cache/blockfile/eviction.cc Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { Eviction 494 net/disk_cache/blockfile/eviction.cc void Eviction::TrimDeleted(bool empty) { Eviction 518 net/disk_cache/blockfile/eviction.cc base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), false)); Eviction 527 net/disk_cache/blockfile/eviction.cc bool Eviction::RemoveDeletedNode(CacheRankingsBlock* node) { Eviction 541 net/disk_cache/blockfile/eviction.cc bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) { Eviction 553 net/disk_cache/blockfile/eviction.cc int Eviction::SelectListByLength(Rankings::ScopedRankingsBlock* next) { Eviction 573 net/disk_cache/blockfile/eviction.cc void Eviction::ReportListStats() { Eviction 20 net/disk_cache/blockfile/eviction.h class Eviction { Eviction 22 net/disk_cache/blockfile/eviction.h Eviction(); Eviction 23 net/disk_cache/blockfile/eviction.h ~Eviction(); Eviction 84 net/disk_cache/blockfile/eviction.h base::WeakPtrFactory<Eviction> ptr_factory_; Eviction 86 net/disk_cache/blockfile/eviction.h DISALLOW_COPY_AND_ASSIGN(Eviction); Eviction 276 net/disk_cache/blockfile/eviction_v3.cc bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, Eviction 361 net/disk_cache/blockfile/eviction_v3.cc base::Bind(&Eviction::TrimCache, ptr_factory_.GetWeakPtr(), false));