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

/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/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/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);

Completed in 59 milliseconds