/external/chromium/net/disk_cache/ |
disk_cache_perftest.cc | 70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb);
|
entry_impl.h | 62 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
|
backend_impl.cc | 758 if (!cache_entry->CreateEntry(node_address, key, hash)) { [all...] |
mem_entry_impl.cc | 63 bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) {
|
/external/chromium/net/http/ |
disk_cache_based_ssl_host_info.cc | 226 return backend_->CreateEntry(key(), callback_->entry_pointer(), callback_);
|
http_cache.h | 293 int CreateEntry(const std::string& key, ActiveEntry** entry,
|
http_cache.cc | 754 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry, 771 int rv = disk_cache_->CreateEntry(key, &(pending_op->disk_entry), [all...] |
/external/chromium_org/net/disk_cache/ |
backend_impl.h | 261 virtual int CreateEntry(const std::string& key, Entry** entry,
|
disk_cache_perftest.cc | 66 int rv = cache->CreateEntry(entry.key, &cache_entry, cb.callback());
|
entry_impl.h | 69 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
|
stress_cache.cc | 167 rv = cache->CreateEntry(keys[key], &entries[slot], cb.callback());
|
backend_impl.cc | 567 if (!cache_entry->CreateEntry(node_address, key, hash)) { 1149 int BackendImpl::CreateEntry(const std::string& key, Entry** entry, [all...] |
/external/chromium_org/net/disk_cache/flash/ |
log_store.cc | 59 bool LogStore::CreateEntry(int32 size, int32* id) {
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.h | 64 int CreateEntry(Entry** entry, const CompletionCallback& callback); 154 // guarantees that this entry cannot have OpenEntry/CreateEntry called again. 208 // Called after a SimpleSynchronousEntry has completed CreateEntry() or 321 // Backend::CreateEntry() without subsequent Entry::Close() calls. Used to
|
simple_synchronous_entry.h | 121 static void CreateEntry(net::CacheType cache_type,
|
simple_backend_impl.cc | 355 // block from OpenEntry/CreateEntry/DoomEntry. 378 int SimpleBackendImpl::CreateEntry(const std::string& key, 388 base::Bind(&SimpleBackendImpl::CreateEntry, 396 return simple_entry->CreateEntry(entry, callback);
|
/external/chromium_org/net/http/ |
http_cache.h | 306 int CreateEntry(const std::string& key, ActiveEntry** entry,
|
http_cache.cc | 738 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry, 757 int rv = disk_cache_->CreateEntry(key, &(pending_op->disk_entry), [all...] |
/external/chromium_org/net/tools/dump_cache/ |
simple_cache_dumper.cc | 174 return writer_->CreateEntry(src_entry_->GetKey(), &dst_entry_,
|
/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | 522 void CreateEntry(const std::string& entryname) { 523 CreateEntry(entryname, TestIdFactory::FromNumber(-99)); 527 void CreateEntry(const std::string& entryname, const int id) { 528 CreateEntry(entryname, TestIdFactory::FromNumber(id)); 530 void CreateEntry(const std::string& entryname, Id id) { 768 CreateEntry("item1", id1); 769 CreateEntry("item2", id2); 890 CreateEntry("rtc"); [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 388 void CreateEntry(const std::string& entryname) { 389 CreateEntry(entryname, kId); 393 void CreateEntry(const std::string& entryname, const int id) { 394 CreateEntry(entryname, TestIdFactory::FromNumber(id)); 396 void CreateEntry(const std::string& entryname, Id id) { 691 CreateEntry("rtc"); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport.cc | 293 CreateEntry(address.address()); 639 TurnEntry* TurnPort::CreateEntry(const talk_base::SocketAddress& addr) { [all...] |
/external/chromium_org/v8/src/ |
hydrogen-gvn.cc | 648 static GvnBasicBlockState* CreateEntry(Zone* zone, 761 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map);
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 90 int rv = cache->CreateEntry(key, &entry, &cb);
|
/external/chromium_org/content/browser/gpu/ |
shader_disk_cache.cc | 206 return cache_->backend()->CreateEntry(
|