Searched defs:OpenEntry (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/disk_cache/flash/
H A Dlog_store.cc109 bool LogStore::OpenEntry(int32 id) { function in class:disk_cache::LogStore
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_cache.cc56 NewRunnableMethod(this, &MalwareDetailsCacheCollector::OpenEntry));
65 void MalwareDetailsCacheCollector::OpenEntry() { function in class:MalwareDetailsCacheCollector
67 DVLOG(1) << "OpenEntry";
196 NewRunnableMethod(this, &MalwareDetailsCacheCollector::OpenEntry));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_cache.cc55 base::Bind(&MalwareDetailsCacheCollector::OpenEntry, this));
66 void MalwareDetailsCacheCollector::OpenEntry() { function in class:MalwareDetailsCacheCollector
68 DVLOG(1) << "OpenEntry";
197 base::Bind(&MalwareDetailsCacheCollector::OpenEntry, this));
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc80 int DiskCacheTestWithCache::OpenEntry(const std::string& key, function in class:DiskCacheTestWithCache
83 int rv = cache_->OpenEntry(key, entry, &cb);
H A Din_flight_backend_io.cc58 void BackendIO::OpenEntry(const std::string& key, Entry** entry) { function in class:disk_cache::BackendIO
299 void InFlightBackendIO::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::InFlightBackendIO
302 operation->OpenEntry(key, entry);
H A Dmem_backend_impl.cc134 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::MemBackendImpl
136 if (OpenEntry(key, entry))
194 bool MemBackendImpl::OpenEntry(const std::string& key, Entry** entry) { function in class:disk_cache::MemBackendImpl
225 if (!OpenEntry(key, &entry))
H A Dbackend_impl.cc1271 int BackendImpl::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImpl
1274 background_queue_.OpenEntry(key, entry, callback);
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc114 int DiskCacheTestWithCache::OpenEntry(const std::string& key, function in class:DiskCacheTestWithCache
117 int rv = cache_->OpenEntry(key, entry, cb.callback());
H A Dmem_backend_impl.cc135 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::MemBackendImpl
137 if (OpenEntry(key, entry))
202 bool MemBackendImpl::OpenEntry(const std::string& key, Entry** entry) { function in class:disk_cache::MemBackendImpl
233 if (!OpenEntry(key, &entry))
H A Din_flight_backend_io.cc82 void BackendIO::OpenEntry(const std::string& key, Entry** entry) { function in class:disk_cache::BackendIO
346 void InFlightBackendIO::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::InFlightBackendIO
349 operation->OpenEntry(key, entry);
H A Dtracing_cache_backend.cc242 int TracingCacheBackend::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::TracingCacheBackend
246 int rv = backend_->OpenEntry(key, entry,
H A Dbackend_impl.cc1174 int BackendImpl::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImpl
1177 background_queue_.OpenEntry(key, entry, callback);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_disk_cache.cc106 int OpenEntry(int64 key, Entry** entry, function in class:appcache::AppCacheDiskCache::ActiveCall
108 int rv = owner_->disk_cache()->OpenEntry(
211 int AppCacheDiskCache::OpenEntry(int64 key, Entry** entry, function in class:appcache::AppCacheDiskCache
226 return (new ActiveCall(this))->OpenEntry(key, entry, callback);
306 rv = OpenEntry(iter->key, iter->entry, iter->callback);
/external/chromium_org/chrome/browser/nacl_host/
H A Dpnacl_translation_cache.cc81 void OpenEntry();
152 OpenEntry();
155 // OpenEntry, CreateEntry, WriteEntry, ReadEntry and CloseEntry are only called
157 void PnaclTranslationCacheEntry::OpenEntry() { function in class:pnacl::PnaclTranslationCacheEntry
158 int rv = cache_->backend()->OpenEntry(
250 LOG(ERROR) << "PnaclTranslationCache: OpenEntry failed: "
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc278 int SimpleBackendImpl::OpenEntry(const std::string& key, function in class:disk_cache::SimpleBackendImpl
289 return simple_entry->OpenEntry(entry, backend_callback);
455 return OpenEntry(has_active->second->key(), entry, callback);
463 return simple_entry->OpenEntry(entry, backend_callback);
531 it->second->OpenEntry(entry, callback);
H A Dsimple_entry_impl.cc183 int SimpleEntryImpl::OpenEntry(Entry** out_entry, function in class:disk_cache::SimpleEntryImpl
626 Closure task = base::Bind(&SimpleSynchronousEntry::OpenEntry,
H A Dsimple_synchronous_entry.cc191 void SimpleSynchronousEntry::OpenEntry( function in class:disk_cache::SimpleSynchronousEntry
/external/chromium/net/http/
H A Dhttp_cache.cc724 int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry, function in class:net::HttpCache
745 int rv = disk_cache_->OpenEntry(key, &(pending_op->disk_entry), my_callback);
/external/chromium_org/net/http/
H A Dhttp_cache.cc704 int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry, function in class:net::HttpCache
725 int rv = disk_cache_->OpenEntry(key, &(pending_op->disk_entry),

Completed in 351 milliseconds