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

/external/chromium/net/disk_cache/
H A Deviction.h21 class Eviction { class in namespace:disk_cache
23 Eviction();
24 ~Eviction();
84 ScopedRunnableMethodFactory<Eviction> factory_;
86 DISALLOW_COPY_AND_ASSIGN(Eviction);
H A Deviction.cc63 Eviction::Eviction() function in class:disk_cache::Eviction
69 Eviction::~Eviction() {
72 void Eviction::Init(BackendImpl* backend) {
89 void Eviction::Stop() {
102 void Eviction::TrimCache(bool empty) {
139 factory_.NewRunnableMethod(&Eviction::TrimCache, false));
157 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
164 void Eviction
[all...]
H A Dbackend_impl.h43 friend class Eviction;
350 Eviction eviction_; // Handler of the eviction algorithm.

Completed in 60 milliseconds