Searched refs:CreateEntry (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/net/tools/dump_cache/
H A Dcache_dumper.h31 virtual int CreateEntry(const std::string& key,
51 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
69 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
79 // This is a bit of a hack. As we get a CreateEntry, we coin the current
H A Dcache_dumper.cc16 int CacheDumper::CreateEntry(const std::string& key, function in class:CacheDumper
19 return cache_->CreateEntry(key, entry, callback);
67 int DiskDumper::CreateEntry(const std::string& key, function in class:DiskDumper
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc150 rv = cache->CreateEntry(test_name, &entry, &cb);
161 rv = cache->CreateEntry(test_name, &entry, &cb);
184 rv = cache->CreateEntry(kCrashEntryName, &entry, &cb);
192 rv = cache->CreateEntry("some other key", &entry, &cb);
227 rv = cache->CreateEntry("some other key", &entry, &cb);
233 rv = cache->CreateEntry(kCrashEntryName, &entry, &cb);
274 rv = cache->CreateEntry(key, &entry, &cb);
280 rv = cache->CreateEntry(kCrashEntryName, &entry, &cb);
291 rv = cache->CreateEntry(kCrashEntryName, &entry, &cb);
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc69 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry1));
79 EXPECT_NE(net::OK, CreateEntry("the first key", &entry1));
82 ASSERT_EQ(net::OK, CreateEntry("some other key", &entry2));
102 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry1));
103 ASSERT_EQ(net::OK, CreateEntry("some other key", &entry2));
135 ASSERT_EQ(net::OK, CreateEntry(kName1, &entry1));
137 ASSERT_EQ(net::OK, CreateEntry(kName2, &entry2));
161 ASSERT_EQ(net::OK, CreateEntry(buffer2, &entry2)) << "key on block file";
166 ASSERT_EQ(net::OK, CreateEntry(buffer2, &entry2)) << "key on external file";
245 ASSERT_EQ(net::OK, CreateEntry("ke
[all...]
H A Dmem_backend_impl.h69 virtual int CreateEntry(const std::string& key, Entry** entry,
89 bool CreateEntry(const std::string& key, Entry** entry);
H A Dmem_backend_impl.cc142 int MemBackendImpl::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::MemBackendImpl
144 if (CreateEntry(key, entry))
205 bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry) { function in class:disk_cache::MemBackendImpl
211 if (!cache_entry->CreateEntry(key, net_log_)) {
H A Dentry_unittest.cc121 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
147 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
333 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
365 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
481 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
516 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
528 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
535 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
543 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
564 ASSERT_EQ(net::OK, CreateEntry(ke
[all...]
H A Ddisk_cache.h86 virtual int CreateEntry(const std::string& key, Entry** entry,
H A Ddisk_cache_test_base.h92 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
H A Din_flight_backend_io.h51 void CreateEntry(const std::string& key, Entry** entry);
150 void CreateEntry(const std::string& key, Entry** entry,
H A Dmem_entry_impl.h58 bool CreateEntry(const std::string& key, net::NetLog* net_log);
H A Dstress_cache.cc147 rv = cache->CreateEntry(keys[key], &entries[slot], &cb);
H A Ddisk_cache_test_base.cc87 int DiskCacheTestWithCache::CreateEntry(const std::string& key, function in class:DiskCacheTestWithCache
90 int rv = cache_->CreateEntry(key, entry, &cb);
H A Din_flight_backend_io.cc64 void BackendIO::CreateEntry(const std::string& key, Entry** entry) { function in class:disk_cache::BackendIO
306 void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::InFlightBackendIO
309 operation->CreateEntry(key, entry);
H A Dbackend_impl.h253 virtual int CreateEntry(const std::string& key, Entry** entry,
H A Ddisk_cache_perftest.cc70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb);
H A Dentry_impl.h62 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Dbackend_impl.cc758 if (!cache_entry->CreateEntry(node_address, key, hash)) {
1278 int BackendImpl::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImpl
1281 background_queue_.CreateEntry(key, entry, callback);
/external/chromium/net/url_request/
H A Durl_request_throttler_unittest.cc174 void CreateEntry(bool is_outdated) { function in class:net::__anon3093::MockURLRequestThrottlerManager
403 manager.CreateEntry(true); // true = Entry is outdated.
404 manager.CreateEntry(true);
405 manager.CreateEntry(true);
409 manager.CreateEntry(false);
410 manager.CreateEntry(false);
411 manager.CreateEntry(false);
412 manager.CreateEntry(true);
H A Dview_cache_helper_unittest.cc73 int rv = cache->CreateEntry(key, &entry, &cb);
191 rv = cache->CreateEntry(key, &entry, &cb);
/external/chromium/net/http/
H A Ddisk_cache_based_ssl_host_info.cc226 return backend_->CreateEntry(key(), callback_->entry_pointer(), callback_);
H A Dhttp_cache.h293 int CreateEntry(const std::string& key, ActiveEntry** entry,
H A Dhttp_cache.cc754 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry, function in class:net::HttpCache
771 int rv = disk_cache_->CreateEntry(key, &(pending_op->disk_entry),
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc388 void CreateEntry(const std::string& entryname) { function in class:syncable::SyncableDirectoryTest
389 CreateEntry(entryname, kId);
393 void CreateEntry(const std::string& entryname, const int id) { function in class:syncable::SyncableDirectoryTest
394 CreateEntry(entryname, TestIdFactory::FromNumber(id));
396 void CreateEntry(const std::string& entryname, Id id) { function in class:syncable::SyncableDirectoryTest
691 CreateEntry("rtc");
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc90 int rv = cache->CreateEntry(key, &entry, &cb);

Completed in 163 milliseconds

12