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.cc115 int DiskCacheTestWithCache::OpenEntry(const std::string& key, function in class:DiskCacheTestWithCache
118 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.cc1142 int BackendImpl::OpenEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImpl
1145 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);
311 rv = OpenEntry(iter->key, iter->entry, iter->callback);
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.cc83 void OpenEntry();
167 OpenEntry();
170 // OpenEntry, CreateEntry, WriteEntry, ReadEntry and CloseEntry are only called
172 void PnaclTranslationCacheEntry::OpenEntry() { function in class:pnacl::PnaclTranslationCacheEntry
173 int rv = cache_->backend()->OpenEntry(
267 LOG(ERROR) << "OpenEntry failed: " << net::ErrorToString(rv);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc349 int SimpleBackendImpl::OpenEntry(const std::string& key, function in class:disk_cache::SimpleBackendImpl
355 // block from OpenEntry/CreateEntry/DoomEntry.
360 base::Bind(&SimpleBackendImpl::OpenEntry,
375 return simple_entry->OpenEntry(entry, backend_callback);
552 return OpenEntry(has_active->second->key(), entry, callback);
560 return simple_entry->OpenEntry(entry, backend_callback);
656 it->second->OpenEntry(entry, callback);
H A Dsimple_entry_impl.cc198 int SimpleEntryImpl::OpenEntry(Entry** out_entry, function in class:disk_cache::SimpleEntryImpl
687 Closure task = base::Bind(&SimpleSynchronousEntry::OpenEntry,
H A Dsimple_synchronous_entry.cc226 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.cc707 int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry, function in class:net::HttpCache
728 int rv = disk_cache_->OpenEntry(key, &(pending_op->disk_entry),

Completed in 304 milliseconds