Home
last modified time | relevance | path

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

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