HomeSort by relevance Sort by last modified time
    Searched defs:DoomEntry (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) {
96 int rv = cache_->DoomEntry(key, &cb);
in_flight_backend_io.cc 70 void BackendIO::DoomEntry(const std::string& key) {
313 void InFlightBackendIO::DoomEntry(const std::string& key,
316 operation->DoomEntry(key);
mem_backend_impl.cc 150 int MemBackendImpl::DoomEntry(const std::string& key,
152 if (DoomEntry(key))
223 bool MemBackendImpl::DoomEntry(const std::string& key) {
backend_impl.cc     [all...]
  /external/chromium/net/http/
http_cache.cc 583 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) {
622 int rv = disk_cache_->DoomEntry(key, my_callback);
    [all...]
http_cache_unittest.cc 448 virtual int DoomEntry(const std::string& key,
    [all...]

Completed in 76 milliseconds