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

  /external/chromium/net/disk_cache/
mem_backend_impl.h 71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
90 bool DoomEntry(const std::string& key);
disk_cache.h 92 virtual int DoomEntry(const std::string& key,
disk_cache_test_base.h 93 int DoomEntry(const std::string& 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) {
in_flight_backend_io.h 52 void DoomEntry(const std::string& key);
152 void DoomEntry(const std::string& key, net::CompletionCallback* callback);
stress_cache.cc 159 rv = cache->DoomEntry(keys[key], &cb);
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);
backend_impl.h 255 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
backend_unittest.cc 93 EXPECT_EQ(net::OK, DoomEntry("some other key"));
99 EXPECT_EQ(net::OK, DoomEntry("the first key"));
106 EXPECT_EQ(net::OK, DoomEntry("some other key"));
    [all...]
entry_unittest.cc     [all...]
backend_impl.cc     [all...]
  /external/chromium/net/http/
http_cache.h 254 int DoomEntry(const std::string& key, Transaction* trans);
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_transaction.cc 831 return cache_->DoomEntry(cache_key_, this);
999 int ret = cache_->DoomEntry(cache_key_, NULL);
    [all...]
http_cache_unittest.cc 448 virtual int DoomEntry(const std::string& key,
    [all...]

Completed in 103 milliseconds