Home
last modified time | relevance | path

Searched defs:DoomEntry (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/disk_cache/
Dmem_backend_impl.cc150 int MemBackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::MemBackendImpl
223 bool MemBackendImpl::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::MemBackendImpl
Din_flight_backend_io.cc70 void BackendIO::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::BackendIO
313 void InFlightBackendIO::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::InFlightBackendIO
Ddisk_cache_test_base.cc94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { in DoomEntry() function in DiskCacheTestWithCache
Dbackend_impl.cc1285 int BackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::BackendImpl
Dentry_unittest.cc1198 TEST_F(DiskCacheEntryTest, DoomEntry) { in TEST_F() argument
/external/chromium/net/http/
Dhttp_cache.cc583 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { in DoomEntry() function in net::HttpCache
Dhttp_cache_unittest.cc448 virtual int DoomEntry(const std::string& key, in DoomEntry() function in __anon01b053950111::MockDiskCache