Searched defs:DoomEntry (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { function in class:DiskCacheTestWithCache
96 int rv = cache_->DoomEntry(key, &cb);
H A Din_flight_backend_io.cc70 void BackendIO::DoomEntry(const std::string& key) { function in class:disk_cache::BackendIO
313 void InFlightBackendIO::DoomEntry(const std::string& key, function in class:disk_cache::InFlightBackendIO
316 operation->DoomEntry(key);
H A Dmem_backend_impl.cc150 int MemBackendImpl::DoomEntry(const std::string& key, function in class:disk_cache::MemBackendImpl
152 if (DoomEntry(key))
223 bool MemBackendImpl::DoomEntry(const std::string& key) { function in class:disk_cache::MemBackendImpl
H A Dbackend_impl.cc1285 int BackendImpl::DoomEntry(const std::string& key, function in class:disk_cache::BackendImpl
1288 background_queue_.DoomEntry(key, callback);
/external/chromium/net/http/
H A Dhttp_cache.cc583 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { function in class:net::HttpCache
622 int rv = disk_cache_->DoomEntry(key, my_callback);
H A Dhttp_cache_unittest.cc448 virtual int DoomEntry(const std::string& key, function in class:__anon2529::MockDiskEntry

Completed in 189 milliseconds