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

1 2 3 4

  /external/chromium_org/net/disk_cache/flash/
log_store_unittest.cc 21 EXPECT_TRUE(log_store.CreateEntry(kSize, &id));
38 EXPECT_TRUE(log_store.CreateEntry(kSize, &id));
62 EXPECT_TRUE(log_store.CreateEntry(kSize/2, &id1));
68 EXPECT_TRUE(log_store.CreateEntry(kSize/2, &id2));
74 EXPECT_TRUE(log_store.CreateEntry(kSize, &id3));
98 EXPECT_TRUE(log_store.CreateEntry(kSize/2, &id1));
108 EXPECT_TRUE(log_store.CreateEntry(kSize/2, &id2));
114 EXPECT_TRUE(log_store.CreateEntry(kSize, &id3));
log_store.h 39 bool CreateEntry(int32 size, int32* entry_id);
57 // CreateEntry.
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 31 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
cache_dumper.cc 16 int CacheDumper::CreateEntry(const std::string& key,
19 return cache_->CreateEntry(key, entry, callback);
67 int DiskDumper::CreateEntry(const std::string& key,
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 30 virtual int CreateEntry(const std::string& key,
50 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
67 virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry,
77 // This is a bit of a hack. As we get a CreateEntry, we coin the current
cache_dumper.cc 21 int CacheDumper::CreateEntry(const std::string& key,
24 return cache_->CreateEntry(key, entry, callback);
77 int DiskDumper::CreateEntry(const std::string& key,
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 150 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/
mem_backend_impl.h 69 virtual int CreateEntry(const std::string& key, Entry** entry,
89 bool CreateEntry(const std::string& key, Entry** entry);
backend_unittest.cc 69 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("key", &entry))
    [all...]
mem_backend_impl.cc 142 int MemBackendImpl::CreateEntry(const std::string& key, Entry** entry,
144 if (CreateEntry(key, entry))
205 bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry) {
211 if (!cache_entry->CreateEntry(key, net_log_)) {
entry_unittest.cc 121 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(key, &entry))
    [all...]
disk_cache.h 86 virtual int CreateEntry(const std::string& key, Entry** entry,
disk_cache_test_base.h 92 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
mem_entry_impl.h 58 bool CreateEntry(const std::string& key, net::NetLog* net_log);
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 56 rv = cache->CreateEntry(kExistingEntryKey, &entry, cb.callback());
128 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry1));
138 EXPECT_NE(net::OK, CreateEntry("the first key", &entry1));
141 ASSERT_EQ(net::OK, CreateEntry("some other key", &entry2));
161 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry1));
162 ASSERT_EQ(net::OK, CreateEntry("some other key", &entry2));
199 ASSERT_EQ(net::OK, CreateEntry(kName1, &entry1));
201 ASSERT_EQ(net::OK, CreateEntry(kName2, &entry2));
225 ASSERT_EQ(net::OK, CreateEntry(buffer2, &entry2)) << "key on block file";
230 ASSERT_EQ(net::OK, CreateEntry(buffer2, &entry2)) << "key on external file"
    [all...]
mem_backend_impl.h 69 virtual int CreateEntry(const std::string& key, Entry** entry,
91 bool CreateEntry(const std::string& key, Entry** entry);
entry_unittest.cc 137 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
165 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
421 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
453 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
614 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
642 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
708 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
720 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
727 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
735 ASSERT_EQ(net::OK, CreateEntry(key, &entry))
    [all...]
mem_backend_impl.cc 143 int MemBackendImpl::CreateEntry(const std::string& key, Entry** entry,
145 if (CreateEntry(key, entry))
213 bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry) {
219 if (!cache_entry->CreateEntry(key, net_log_)) {
tracing_cache_backend.h 28 virtual int CreateEntry(const std::string& key, Entry** entry,
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 169 int rv = cache->CreateEntry(test_name, &entry, cb.callback());
180 rv = cache->CreateEntry(test_name, &entry, cb.callback());
199 int rv = cache->CreateEntry(kCrashEntryName, &entry, cb.callback());
207 rv = cache->CreateEntry("some other key", &entry, cb.callback());
238 int rv = cache->CreateEntry("some other key", &entry, cb.callback());
244 rv = cache->CreateEntry(kCrashEntryName, &entry, cb.callback());
287 rv = cache->CreateEntry(key, &entry, cb.callback());
293 rv = cache->CreateEntry(kCrashEntryName, &entry, cb.callback());
304 rv = cache->CreateEntry(kCrashEntryName, &entry, cb.callback());
  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 174 void CreateEntry(bool is_outdated) {
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);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_browsertest.cc 116 void CreateEntry(const TestEntryInfo& entry) {
165 void CreateEntry(const TestEntryInfo& entry) {
385 local_volume_->CreateEntry(kTestEntrySetCommon[i]);
395 drive_volume_->CreateEntry(kTestEntrySetCommon[i]);
400 drive_volume_->CreateEntry(kTestEntrySetDriveOnly[i]);
450 drive_volume_->CreateEntry(file);
451 local_volume_->CreateEntry(file);
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 98 int CreateEntry(int64 key, Entry** entry,
100 int rv = owner_->disk_cache()->CreateEntry(
193 int AppCacheDiskCache::CreateEntry(int64 key, Entry** entry,
208 return (new ActiveCall(this))->CreateEntry(key, entry, callback);
303 rv = CreateEntry(iter->key, iter->entry, iter->callback);
appcache_disk_cache.h 40 virtual int CreateEntry(int64 key, Entry** entry,
51 // PendingCalls allow CreateEntry, OpenEntry, and DoomEntry to be called
  /external/chromium_org/net/url_request/
url_request_throttler_unittest.cc 128 void CreateEntry(bool is_outdated) {
444 manager.CreateEntry(true); // true = Entry is outdated.
445 manager.CreateEntry(true);
446 manager.CreateEntry(true);
450 manager.CreateEntry(false);
451 manager.CreateEntry(false);
452 manager.CreateEntry(false);
453 manager.CreateEntry(true);

Completed in 388 milliseconds

1 2 3 4