Searched refs:Eviction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.h20 class Eviction { class in namespace:disk_cache
22 Eviction();
23 ~Eviction();
84 base::WeakPtrFactory<Eviction> ptr_factory_;
86 DISALLOW_COPY_AND_ASSIGN(Eviction);
H A Deviction.cc75 Eviction::Eviction() function in class:disk_cache::Eviction
81 Eviction::~Eviction() {
84 void Eviction::Init(BackendImpl* backend) {
101 void Eviction::Stop() {
114 void Eviction::TrimCache(bool empty) {
152 base::Bind(&Eviction::TrimCache, ptr_factory_.GetWeakPtr(), false));
169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
176 void Eviction
[all...]
H A Dbackend_impl.h50 friend class Eviction;
372 Eviction eviction_; // Handler of the eviction algorithm.
H A Deviction_v3.cc276 bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty,
361 base::Bind(&Eviction::TrimCache, ptr_factory_.GetWeakPtr(), false));

Completed in 81 milliseconds