Searched defs:Eviction (Results 1 - 2 of 2) 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...]

Completed in 370 milliseconds