Home
last modified time | relevance | path

Searched refs:channel_ids_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
Dmock_browsing_data_channel_id_helper.cc26 ASSERT_TRUE(channel_ids_.find(server_id) != channel_ids_.end()); in DeleteChannelID()
27 channel_ids_[server_id] = false; in DeleteChannelID()
32 ASSERT_TRUE(channel_ids_.find(server_id) == channel_ids_.end()); in AddChannelIDSample()
36 channel_ids_[server_id] = true; in AddChannelIDSample()
44 if (channel_ids_[i->server_identifier()]) in Notify()
52 channel_ids_.begin(); in Reset()
53 i != channel_ids_.end(); ++i) in Reset()
59 channel_ids_.begin(); in AllDeleted()
60 i != channel_ids_.end(); ++i) in AllDeleted()
Dmock_browsing_data_channel_id_helper.h44 std::map<const std::string, bool> channel_ids_; variable
/external/chromium_org/net/ssl/
Ddefault_channel_id_store.cc247 ChannelIDMap::iterator it = channel_ids_.find(server_identifier); in GetChannelID()
249 if (it == channel_ids_.end()) in GetChannelID()
299 return channel_ids_.size(); in GetChannelIDCount()
317 for (ChannelIDMap::iterator it = channel_ids_.begin(); in DeleteAllInMemory()
318 it != channel_ids_.end(); ++it) { in DeleteAllInMemory()
321 channel_ids_.clear(); in DeleteAllInMemory()
339 DCHECK(channel_ids_.find((*it)->server_identifier()) == in OnLoaded()
340 channel_ids_.end()); in OnLoaded()
341 channel_ids_[(*it)->server_identifier()] = *it; in OnLoaded()
395 for (ChannelIDMap::iterator it = channel_ids_.begin(); in SyncDeleteAllCreatedBetween()
[all …]
Ddefault_channel_id_store_unittest.cc86 ChannelIDMap channel_ids_; member in net::__anone29b74610111::MockPersistentStore
96 for (it = channel_ids_.begin(); it != channel_ids_.end(); ++it) { in Load()
107 channel_ids_[channel_id.server_identifier()] = channel_id; in AddChannelID()
112 channel_ids_.erase(channel_id.server_identifier()); in DeleteChannelID()
Ddefault_channel_id_store.h150 ChannelIDMap channel_ids_; variable
/external/chromium_org/chrome/browser/net/
Dquota_policy_channel_id_store_unittest.cc36 channel_ids->swap(channel_ids_); in Load()
37 channel_ids_.clear(); in Load()
43 channel_ids_.swap(*channel_ids); in OnLoaded()
95 ScopedVector<net::DefaultChannelIDStore::ChannelID> channel_ids_; member in QuotaPolicyChannelIDStoreTest
/external/chromium_org/chrome/browser/content_settings/
Dlocal_shared_objects_container.h45 return channel_ids_.get(); in channel_ids()
69 scoped_refptr<CannedBrowsingDataChannelIDHelper> channel_ids_; variable
Dlocal_shared_objects_container.cc37 channel_ids_(new CannedBrowsingDataChannelIDHelper()), in LocalSharedObjectsContainer()
57 channel_ids_->Reset(); in Reset()
/external/chromium_org/net/extras/sqlite/
Dsqlite_channel_id_store_unittest.cc33 channel_ids->swap(channel_ids_); in Load()
34 channel_ids_.clear(); in Load()
40 channel_ids_.swap(*channel_ids); in OnLoaded()
95 ScopedVector<DefaultChannelIDStore::ChannelID> channel_ids_; member in net::SQLiteChannelIDStoreTest