Searched refs:GetChannelIDCount (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store_unittest.cc140 EXPECT_EQ(0, store.GetChannelIDCount());
148 EXPECT_EQ(2, store.GetChannelIDCount());
155 EXPECT_EQ(3, store.GetChannelIDCount());
164 EXPECT_EQ(0, store.GetChannelIDCount());
195 EXPECT_EQ(0, store.GetChannelIDCount());
209 EXPECT_EQ(1, store.GetChannelIDCount());
234 EXPECT_EQ(0, store.GetChannelIDCount());
245 EXPECT_EQ(1, store.GetChannelIDCount());
277 EXPECT_EQ(3, store.GetChannelIDCount());
281 EXPECT_EQ(0, store.GetChannelIDCount());
[all...]
H A Dchannel_id_store.h122 virtual int GetChannelIDCount() = 0;
H A Ddefault_channel_id_store.h69 virtual int GetChannelIDCount() OVERRIDE;
H A Ddefault_channel_id_store.cc296 int DefaultChannelIDStore::GetChannelIDCount() { function in class:net::DefaultChannelIDStore
H A Dchannel_id_service.cc672 return channel_id_store_->GetChannelIDCount();
H A Dchannel_id_service_unittest.cc73 virtual int GetChannelIDCount() OVERRIDE { return channel_id_count_; }
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.h68 size_t GetChannelIDCount() const;
H A Dbrowsing_data_channel_id_helper.cc183 size_t CannedBrowsingDataChannelIDHelper::GetChannelIDCount() const { function in class:CannedBrowsingDataChannelIDHelper
/external/chromium_org/chrome/browser/content_settings/
H A Dlocal_shared_objects_container.cc70 count += channel_ids()->GetChannelIDCount();
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc630 virtual int GetChannelIDCount() OVERRIDE { return 0; }
662 virtual int GetChannelIDCount() OVERRIDE { return 0; }

Completed in 145 milliseconds