Searched defs:EvictionV3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.h25 class EvictionV3 { class in namespace:disk_cache
27 EvictionV3();
28 ~EvictionV3();
71 base::WeakPtrFactory<EvictionV3> ptr_factory_;
73 DISALLOW_COPY_AND_ASSIGN(EvictionV3);
H A Deviction_v3.cc77 EvictionV3::EvictionV3() function in class:disk_cache::EvictionV3
85 EvictionV3::~EvictionV3() {
88 void EvictionV3::Init(BackendImplV3* backend) {
104 void EvictionV3::Stop() {
118 void EvictionV3::TrimCache() {
156 base::Bind(&EvictionV3::TrimCache, ptr_factory_.GetWeakPtr(), false));
173 void EvictionV3::OnOpenEntry(EntryImplV3* entry) {
194 void EvictionV3
[all...]

Completed in 437 milliseconds