Searched refs:Eviction (Results 1 – 3 of 3) sorted by relevance
63 Eviction::Eviction() in Eviction() function in disk_cache::Eviction69 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 …]
21 class Eviction {23 Eviction();24 ~Eviction();84 ScopedRunnableMethodFactory<Eviction> factory_;86 DISALLOW_COPY_AND_ASSIGN(Eviction);
43 friend class Eviction; variable350 Eviction eviction_; // Handler of the eviction algorithm.