Searched refs:AddChannelID (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc54 void QuotaPolicyChannelIDStore::AddChannelID( function in class:QuotaPolicyChannelIDStore
57 persistent_store_->AddChannelID(channel_id);
H A Dquota_policy_channel_id_store.h46 virtual void AddChannelID(
H A Dquota_policy_channel_id_store_unittest.cc80 store_->AddChannelID(
101 store_->AddChannelID(
162 store_->AddChannelID(
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.h40 virtual void AddChannelID(
H A Dsqlite_channel_id_store.cc78 void AddChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
428 void SQLiteChannelIDStore::Backend::AddChannelID( function in class:net::SQLiteChannelIDStore::Backend
611 void SQLiteChannelIDStore::AddChannelID( function in class:net::SQLiteChannelIDStore
613 backend_->AddChannelID(channel_id);
H A Dsqlite_channel_id_store_unittest.cc85 store_->AddChannelID(
100 store_->AddChannelID(
163 store_->AddChannelID(
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store_unittest.cc73 virtual void AddChannelID(
105 void MockPersistentStore::AddChannelID( function in class:net::__anon9623::MockPersistentStore
124 persistent_store->AddChannelID(
130 persistent_store->AddChannelID(
223 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
286 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
291 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
368 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
373 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
508 persistent_store->AddChannelID(ChannelIDStor
[all...]
H A Ddefault_channel_id_store.h172 virtual void AddChannelID(const ChannelID& channel_id) = 0;
H A Ddefault_channel_id_store.cc463 store_->AddChannelID(*channel_id);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.h58 void AddChannelID(
H A Dbrowsing_data_channel_id_helper_unittest.cc141 helper->AddChannelID(net::ChannelIDStore::ChannelID(
H A Dbrowsing_data_channel_id_helper.cc168 void CannedBrowsingDataChannelIDHelper::AddChannelID( function in class:CannedBrowsingDataChannelIDHelper
H A Dbrowsing_data_remover_unittest.cc342 void AddChannelID(const std::string& server_identifier) { function in class:RemoveChannelIDTester
939 tester.AddChannelID(kTestOrigin1);
956 tester.AddChannelID(kTestOrigin1);

Completed in 3157 milliseconds