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

1 23 4

  /external/chromium/net/disk_cache/
backend_impl.h 253 virtual int CreateEntry(const std::string& key, Entry** entry,
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 599 if (!cache_entry->CreateEntry(node_address, key, hash)) {
    [all...]
  /external/chromium_org/net/disk_cache/flash/
log_store.cc 59 bool LogStore::CreateEntry(int32 size, int32* id) {
  /external/chromium_org/net/http/
http_cache.h 306 int CreateEntry(const std::string& key, ActiveEntry** entry,
http_cache.cc 735 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry,
754 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/net/disk_cache/simple/
simple_backend_impl.cc 292 int SimpleBackendImpl::CreateEntry(const std::string& key,
297 return simple_entry->CreateEntry(entry, callback);
simple_entry_impl.cc 221 int SimpleEntryImpl::CreateEntry(Entry** out_entry,
677 Closure task = base::Bind(&SimpleSynchronousEntry::CreateEntry,
    [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/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_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 288 CreateEntry(address.address());
619 TurnEntry* TurnPort::CreateEntry(const talk_base::SocketAddress& addr) {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 646 static GvnBasicBlockState* CreateEntry(Zone* zone,
759 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(

Completed in 450 milliseconds

1 23 4