HomeSort by relevance Sort by last modified time
    Searched defs:DoomEntry (Results 1 - 17 of 17) 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_org/net/disk_cache/
disk_cache_test_base.cc 128 int DiskCacheTestWithCache::DoomEntry(const std::string& key) {
130 int rv = cache_->DoomEntry(key, cb.callback());
mem_backend_impl.cc 151 int MemBackendImpl::DoomEntry(const std::string& key,
153 if (DoomEntry(key))
231 bool MemBackendImpl::DoomEntry(const std::string& key) {
in_flight_backend_io.cc 94 void BackendIO::DoomEntry(const std::string& key) {
360 void InFlightBackendIO::DoomEntry(const std::string& key,
363 operation->DoomEntry(key);
tracing_cache_backend.cc 273 int TracingCacheBackend::DoomEntry(const std::string& key,
276 int rv = backend_->DoomEntry(key, BindCompletion(OP_DOOM_ENTRY,
backend_impl.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 114 int DoomEntry(int64 key, const net::CompletionCallback& callback) {
115 int rv = owner_->disk_cache()->DoomEntry(
229 int AppCacheDiskCache::DoomEntry(int64 key,
243 return (new ActiveCall(this))->DoomEntry(key, callback);
309 rv = DoomEntry(iter->key, iter->callback);
  /external/chromium_org/net/http/
mock_http_cache.cc 429 int MockDiskCache::DoomEntry(const std::string& key,
http_cache.cc 545 int rv = DoomEntry(key, NULL);
549 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) {
588 int rv = disk_cache_->DoomEntry(key, pending_op->callback);
603 // Defer to DoomEntry if there is an active entry, otherwise call
606 DoomEntry(key, NULL);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 300 int SimpleBackendImpl::DoomEntry(const std::string& key,
303 return simple_entry->DoomEntry(callback);
simple_entry_impl.cc 255 int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) {
261 Closure task = base::Bind(&SimpleSynchronousEntry::DoomEntry, path_, key_,
276 DoomEntry(CompletionCallback());
    [all...]
simple_synchronous_entry.cc 249 void SimpleSynchronousEntry::DoomEntry(
  /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 349 milliseconds