HomeSort by relevance Sort by last modified time
    Searched refs:CreateEntry (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.cc 83 void CreateEntry();
155 // OpenEntry, CreateEntry, WriteEntry, ReadEntry and CloseEntry are only called
166 void PnaclTranslationCacheEntry::CreateEntry() {
167 int rv = cache_->backend()->CreateEntry(
259 CreateEntry();
  /external/chromium_org/net/disk_cache/
disk_cache.h 94 virtual int CreateEntry(const std::string& key, Entry** entry,
disk_cache_test_base.h 114 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
mem_entry_impl.h 57 bool CreateEntry(const std::string& key, net::NetLog* net_log);
in_flight_backend_io.h 51 void CreateEntry(const std::string& key, Entry** entry);
157 void CreateEntry(const std::string& key, Entry** entry,
disk_cache_test_base.cc 121 int DiskCacheTestWithCache::CreateEntry(const std::string& key,
124 int rv = cache_->CreateEntry(key, entry, cb.callback());
in_flight_backend_io.cc 88 void BackendIO::CreateEntry(const std::string& key, Entry** entry) {
353 void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry,
356 operation->CreateEntry(key, entry);
tracing_cache_backend.cc 258 int TracingCacheBackend::CreateEntry(const std::string& key, Entry** entry,
261 int rv = backend_->CreateEntry(key, entry,
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 79 static void CreateEntry(const base::FilePath& path,
simple_backend_impl.h 72 virtual int CreateEntry(const std::string& key, Entry** entry,
simple_entry_impl.h 59 int CreateEntry(Entry** entry, const CompletionCallback& callback);
143 // guarantees that this entry cannot have OpenEntry/CreateEntry called again.
180 // Called after a SimpleSynchronousEntry has completed CreateEntry() or
256 // Backend::CreateEntry() without subsequent Entry::Close() calls. Used to
  /external/chromium/net/disk_cache/
in_flight_backend_io.h 51 void CreateEntry(const std::string& key, Entry** entry);
150 void CreateEntry(const std::string& key, Entry** entry,
stress_cache.cc 147 rv = cache->CreateEntry(keys[key], &entries[slot], &cb);
disk_cache_test_base.cc 87 int DiskCacheTestWithCache::CreateEntry(const std::string& key,
90 int rv = cache_->CreateEntry(key, entry, &cb);
in_flight_backend_io.cc 64 void BackendIO::CreateEntry(const std::string& key, Entry** entry) {
306 void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry,
309 operation->CreateEntry(key, entry);
  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 73 int rv = cache->CreateEntry(key, &entry, &cb);
191 rv = cache->CreateEntry(key, &entry, &cb);
  /external/chromium_org/net/http/
mock_http_cache.h 105 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
130 // Fail any subsequent CreateEntry and OpenEntry.
136 // Makes sure that CreateEntry is not called twice for a given key.
206 // This version of the disk cache doesn't invoke CreateEntry callbacks.
208 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
mock_http_cache.cc 387 int MockDiskCache::CreateEntry(const std::string& key,
559 int rv = disk_cache()->CreateEntry(key, entry, cb.callback());
578 int MockDiskCacheNoCB::CreateEntry(const std::string& key,
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.cc 151 if (!store_->CreateEntry(Size(), &id_))
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 181 virtual int CreateEntry(const std::string& key, Entry** entry,
entry_impl_v3.h 56 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.h 148 TurnEntry* CreateEntry(const talk_base::SocketAddress& address);
  /external/chromium_org/webkit/browser/appcache/
appcache_response.h 86 virtual int CreateEntry(int64 key, Entry** entry,
appcache_response.cc 378 rv = disk_cache_->CreateEntry(response_id_, entry_ptr, create_callback_);
404 rv = disk_cache_->CreateEntry(response_id_, entry_ptr, create_callback_);
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 74 int rv = cache->CreateEntry(key, &entry, cb.callback());
194 rv = cache->CreateEntry(key, &entry, cb.callback());

Completed in 3038 milliseconds

12 3 4