Searched defs:DoomAllEntries (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc151 int DiskCacheTestWithCache::DoomAllEntries() { function in class:DiskCacheTestWithCache
153 int rv = cache_->DoomAllEntries(cb.callback());
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc160 int MemBackendImpl::DoomAllEntries(const CompletionCallback& callback) { function in class:disk_cache::MemBackendImpl
161 if (DoomAllEntries())
266 bool MemBackendImpl::DoomAllEntries() { function in class:disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc102 void BackendIO::DoomAllEntries() { function in class:disk_cache::BackendIO
363 void InFlightBackendIO::DoomAllEntries( function in class:disk_cache::InFlightBackendIO
366 operation->DoomAllEntries();
H A Dbackend_impl_v3.cc584 int BackendImplV3::DoomAllEntries(const CompletionCallback& callback) { function in class:disk_cache::BackendImplV3
1495 int BackendImplV3::DoomAllEntries(const CompletionCallback& callback) {
H A Dbackend_impl.cc1229 int BackendImpl::DoomAllEntries(const CompletionCallback& callback) { function in class:disk_cache::BackendImpl
1231 background_queue_.DoomAllEntries(callback);
/external/chromium_org/net/http/
H A Dmock_http_cache.cc445 int MockDiskCache::DoomAllEntries(const net::CompletionCallback& callback) { function in class:MockDiskCache
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc438 int SimpleBackendImpl::DoomAllEntries(const CompletionCallback& callback) { function in class:disk_cache::SimpleBackendImpl

Completed in 114 milliseconds