Searched defs:AddChannelID (Results 1 - 5 of 5) 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);
/external/chromium_org/chrome/browser/browsing_data/
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);
/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...]
/external/chromium_org/net/extras/sqlite/
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);

Completed in 124 milliseconds