Searched refs:eviction_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc125 eviction_.UpdateRank(entry, modified);
140 eviction_.OnDoomEntry(entry);
168 eviction_.TrimCache(false);
380 eviction_.SetTestMode();
381 eviction_.TrimCache(empty);
385 eviction_.SetTestMode();
386 eviction_.TrimDeletedList(empty);
457 eviction_.OnOpenEntry(cache_entry);
559 eviction_.OnCreateEntry(cache_entry.get());
595 eviction_
[all...]
H A Dbackend_impl.cc268 eviction_.Init(this);
306 eviction_.Stop();
367 eviction_.TrimCache(true);
493 eviction_.OnOpenEntry(cache_entry);
596 eviction_.OnCreateEntry(cache_entry.get());
769 eviction_.UpdateRank(entry, modified);
803 eviction_.OnDoomEntry(entry);
865 eviction_.OnDestroyEntry(entry);
879 eviction_.TrimCache(false);
1145 eviction_
[all...]
H A Dbackend_impl_v3.h250 EvictionV3 eviction_; // Handler of the eviction algorithm. member in class:disk_cache::BackendImplV3
H A Dbackend_worker_v3.cc181 eviction_.Init(this);
253 eviction_.Stop();
H A Dbackend_impl.h372 Eviction eviction_; // Handler of the eviction algorithm. member in class:disk_cache::BackendImpl

Completed in 366 milliseconds