HomeSort by relevance Sort by last modified time
    Searched refs:channel_ids_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_channel_id_helper.cc 26 ASSERT_TRUE(channel_ids_.find(server_id) != channel_ids_.end());
27 channel_ids_[server_id] = false;
32 ASSERT_TRUE(channel_ids_.find(server_id) == channel_ids_.end());
36 channel_ids_[server_id] = true;
44 if (channel_ids_[i->server_identifier()])
52 channel_ids_.begin();
53 i != channel_ids_.end(); ++i)
59 channel_ids_.begin()
    [all...]
mock_browsing_data_channel_id_helper.h 44 std::map<const std::string, bool> channel_ids_; member in class:MockBrowsingDataChannelIDHelper
  /external/chromium_org/net/ssl/
default_channel_id_store.cc 247 ChannelIDMap::iterator it = channel_ids_.find(server_identifier);
249 if (it == channel_ids_.end())
299 return channel_ids_.size();
317 for (ChannelIDMap::iterator it = channel_ids_.begin();
318 it != channel_ids_.end(); ++it) {
321 channel_ids_.clear();
339 DCHECK(channel_ids_.find((*it)->server_identifier()) ==
340 channel_ids_.end());
341 channel_ids_[(*it)->server_identifier()] = *it;
395 for (ChannelIDMap::iterator it = channel_ids_.begin()
    [all...]
default_channel_id_store.h 150 ChannelIDMap channel_ids_; member in class:net::DefaultChannelIDStore
default_channel_id_store_unittest.cc 86 ChannelIDMap channel_ids_; member in class:net::__anon14248::MockPersistentStore
96 for (it = channel_ids_.begin(); it != channel_ids_.end(); ++it) {
107 channel_ids_[channel_id.server_identifier()] = channel_id;
112 channel_ids_.erase(channel_id.server_identifier());
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 45 return channel_ids_.get();
69 scoped_refptr<CannedBrowsingDataChannelIDHelper> channel_ids_; member in class:LocalSharedObjectsContainer
local_shared_objects_container.cc 37 channel_ids_(new CannedBrowsingDataChannelIDHelper()),
57 channel_ids_->Reset();
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store_unittest.cc 36 channel_ids->swap(channel_ids_);
37 channel_ids_.clear();
43 channel_ids_.swap(*channel_ids);
95 ScopedVector<net::DefaultChannelIDStore::ChannelID> channel_ids_; member in class:QuotaPolicyChannelIDStoreTest
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store_unittest.cc 33 channel_ids->swap(channel_ids_);
34 channel_ids_.clear();
40 channel_ids_.swap(*channel_ids);
95 ScopedVector<DefaultChannelIDStore::ChannelID> channel_ids_; member in class:net::SQLiteChannelIDStoreTest

Completed in 273 milliseconds