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

  /external/chromium/net/disk_cache/
mem_backend_impl.cc 137 bool MemBackendImpl::DoomEntry(const std::string& key) {
147 int MemBackendImpl::DoomEntry(const std::string& key,
149 if (DoomEntry(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...]
  /external/chromium/net/http/
http_cache.cc 321 int HttpCache::DoomEntry(const std::string& key, CompletionCallback* callback) {
360 int rv = disk_cache_->DoomEntry(key, my_callback);

Completed in 155 milliseconds