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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_delegate.h22 virtual void DoomEntries(std::vector<uint64>* entry_hashes,
H A Dsimple_backend_impl.h87 virtual void DoomEntries(std::vector<uint64>* entry_hashes,
161 // which is very important to prevent races in DoomEntries() above.
182 // A callback thunk used by DoomEntries to clear the |entries_pending_doom_|
H A Dsimple_backend_impl.cc300 void SimpleBackendImpl::DoomEntries(std::vector<uint64>* entry_hashes, function in class:disk_cache::SimpleBackendImpl
452 DoomEntries(removed_key_hashes.get(), callback);
662 // call to DoomEntries() to delete this entry.
665 DoomEntries(&entry_hash_vector, callback);
H A Dsimple_index.cc333 delegate_->DoomEntries(&entry_hashes, base::Bind(&SimpleIndex::EvictionDone,
H A Dsimple_index_unittest.cc123 virtual void DoomEntries(std::vector<uint64>* entry_hashes,

Completed in 75 milliseconds