Searched refs:CreateEntry (Results 1 - 25 of 61) sorted by last modified time

123

/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc676 static GvnBasicBlockState* CreateEntry(Zone* zone, function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
790 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport.cc386 CreateEntry(address.address());
801 TurnEntry* TurnPort::CreateEntry(const rtc::SocketAddress& addr) { function in class:cricket::TurnPort
H A Dturnport.h216 TurnEntry* CreateEntry(const rtc::SocketAddress& address);
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc59 rv = cache->CreateEntry(kExistingEntryKey, &entry, cb.callback());
138 int rv = cache_->CreateEntry("some key", &entry, cb->callback());
188 ASSERT_EQ(net::OK, CreateEntry("zeroth", &entry0));
201 ASSERT_EQ(net::OK, CreateEntry("first", &entry1));
207 ASSERT_EQ(net::OK, CreateEntry("second", &entry2));
222 ASSERT_EQ(net::OK, CreateEntry("third", &entry3));
224 ASSERT_EQ(net::OK, CreateEntry("fourth", &entry4));
245 if (CreateEntry(key, &entry) != net::OK)
283 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry1));
293 EXPECT_NE(net::OK, CreateEntry("th
[all...]
H A Ddisk_cache.h117 virtual int CreateEntry(const std::string& key, Entry** entry,
H A Ddisk_cache_test_base.cc138 int DiskCacheTestWithCache::CreateEntry(const std::string& key, function in class:DiskCacheTestWithCache
141 int rv = cache_->CreateEntry(key, entry, cb.callback());
H A Ddisk_cache_test_base.h126 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
H A Dentry_unittest.cc141 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
169 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
424 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
456 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
617 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
645 ASSERT_EQ(net::OK, CreateEntry("the first key", &entry));
711 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
723 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
730 ASSERT_EQ(net::OK, CreateEntry(key, &entry));
738 ASSERT_EQ(net::OK, CreateEntry(ke
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc569 if (!cache_entry->CreateEntry(node_address, key, hash)) {
1215 int BackendImpl::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImpl
1218 background_queue_.CreateEntry(key, entry, callback);
H A Dbackend_impl.h266 virtual int CreateEntry(const std::string& key, Entry** entry,
H A Dbackend_impl_v3.cc471 int BackendImplV3::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::BackendImplV3
532 if (!cache_entry->CreateEntry(node_address, key, hash)) {
1189 if (!cache_entry->CreateEntry(node_address, key, hash)) {
1485 int BackendImplV3::CreateEntry(const std::string& key, Entry** entry,
H A Dbackend_impl_v3.h179 virtual int CreateEntry(const std::string& key, Entry** entry,
H A Ddisk_cache_perftest.cc66 int rv = cache->CreateEntry(entry.key, &cache_entry, cb.callback());
H A Dentry_impl.cc406 bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, function in class:disk_cache::EntryImpl
H A Dentry_impl.h69 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Dentry_impl_v3.cc261 bool EntryImplV3::CreateEntry(Addr node_address, const std::string& key, function in class:disk_cache::EntryImplV3
H A Dentry_impl_v3.h43 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Din_flight_backend_io.cc91 void BackendIO::CreateEntry(const std::string& key, Entry** entry) { function in class:disk_cache::BackendIO
349 void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::InFlightBackendIO
352 operation->CreateEntry(key, entry);
H A Din_flight_backend_io.h53 void CreateEntry(const std::string& key, Entry** entry);
158 void CreateEntry(const std::string& key, Entry** entry,
H A Dstress_cache.cc167 rv = cache->CreateEntry(keys[key], &entries[slot], cb.callback());
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc144 int MemBackendImpl::CreateEntry(const std::string& key, Entry** entry, function in class:disk_cache::MemBackendImpl
146 if (CreateEntry(key, entry))
238 bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry) { function in class:disk_cache::MemBackendImpl
244 if (!cache_entry->CreateEntry(key, net_log_)) {
H A Dmem_backend_impl.h70 virtual int CreateEntry(const std::string& key, Entry** entry,
93 bool CreateEntry(const std::string& key, Entry** entry);
H A Dmem_entry_impl.cc77 bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) { function in class:disk_cache::MemEntryImpl
H A Dmem_entry_impl.h57 bool CreateEntry(const std::string& key, net::NetLog* net_log);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc376 // block from OpenEntry/CreateEntry/DoomEntry.
399 int SimpleBackendImpl::CreateEntry(const std::string& key, function in class:disk_cache::SimpleBackendImpl
409 base::Bind(&SimpleBackendImpl::CreateEntry,
417 return simple_entry->CreateEntry(entry, callback);

Completed in 1380 milliseconds

123