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

  /external/chromium/net/disk_cache/
mem_backend_impl.h 37 virtual bool DoomEntry(const std::string& key);
38 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
disk_cache.h 117 virtual bool DoomEntry(const std::string& key) = 0;
122 virtual int DoomEntry(const std::string& key,
mem_backend_impl.cc 137 bool MemBackendImpl::DoomEntry(const std::string& key) {
147 int MemBackendImpl::DoomEntry(const std::string& key,
149 if (DoomEntry(key))
backend_impl.h 70 virtual bool DoomEntry(const std::string& key);
71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
stress_cache.cc 122 cache->DoomEntry(keys[key]);
entry_unittest.cc 37 void DoomEntry();
771 void DiskCacheEntryTest::DoomEntry() {
793 TEST_F(DiskCacheEntryTest, DoomEntry) {
795 DoomEntry();
801 DoomEntry();
834 DoomEntry();
840 DoomEntry();
    [all...]
backend_impl.cc 481 bool BackendImpl::DoomEntry(const std::string& key) {
497 int BackendImpl::DoomEntry(const std::string& key,
499 if (DoomEntry(key))
    [all...]
backend_unittest.cc 102 EXPECT_TRUE(cache_->DoomEntry("some other key"));
108 EXPECT_TRUE(cache_->DoomEntry("the first key"));
115 EXPECT_TRUE(cache_->DoomEntry("some other key"));
    [all...]
sparse_control.cc 129 backend_->DoomEntry(child_name);
  /external/chromium/net/http/
http_cache.h 186 int DoomEntry(const std::string& key, CompletionCallback* callback);
http_cache_transaction.cc 401 return cache_->DoomEntry(cache_key_, &io_callback_);
    [all...]
http_cache.cc 321 int HttpCache::DoomEntry(const std::string& key, CompletionCallback* callback) {
360 int rv = disk_cache_->DoomEntry(key, my_callback);
http_cache_unittest.cc 429 virtual bool DoomEntry(const std::string& key) {
433 virtual int DoomEntry(const std::string& key,
    [all...]

Completed in 154 milliseconds