/external/chromium_org/net/ssl/ |
D | default_channel_id_store_unittest.cc | 73 virtual void AddChannelID( 105 void MockPersistentStore::AddChannelID( in AddChannelID() function in net::__anone29b74610111::MockPersistentStore 124 persistent_store->AddChannelID( in TEST() 130 persistent_store->AddChannelID( in TEST() 223 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() 286 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() 291 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() 368 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() 373 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() 508 persistent_store->AddChannelID(ChannelIDStore::ChannelID( in TEST() [all …]
|
D | default_channel_id_store.h | 172 virtual void AddChannelID(const ChannelID& channel_id) = 0;
|
D | default_channel_id_store.cc | 463 store_->AddChannelID(*channel_id); in InternalInsertChannelID()
|
/external/chromium_org/chrome/browser/net/ |
D | quota_policy_channel_id_store.cc | 54 void QuotaPolicyChannelIDStore::AddChannelID( in AddChannelID() function in QuotaPolicyChannelIDStore 57 persistent_store_->AddChannelID(channel_id); in AddChannelID()
|
D | quota_policy_channel_id_store_unittest.cc | 80 store_->AddChannelID( in SetUp() 101 store_->AddChannelID( in TEST_F() 162 store_->AddChannelID( in TEST_F()
|
D | quota_policy_channel_id_store.h | 46 virtual void AddChannelID(
|
/external/chromium_org/net/extras/sqlite/ |
D | sqlite_channel_id_store.cc | 78 void AddChannelID(const DefaultChannelIDStore::ChannelID& channel_id); 428 void SQLiteChannelIDStore::Backend::AddChannelID( in AddChannelID() function in net::SQLiteChannelIDStore::Backend 611 void SQLiteChannelIDStore::AddChannelID( in AddChannelID() function in net::SQLiteChannelIDStore 613 backend_->AddChannelID(channel_id); in AddChannelID()
|
D | sqlite_channel_id_store.h | 40 virtual void AddChannelID(
|
D | sqlite_channel_id_store_unittest.cc | 85 store_->AddChannelID( in SetUp() 100 store_->AddChannelID( in TEST_F() 163 store_->AddChannelID( in TEST_F()
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_channel_id_helper.h | 58 void AddChannelID(
|
D | browsing_data_channel_id_helper_unittest.cc | 141 helper->AddChannelID(net::ChannelIDStore::ChannelID( in TEST_F()
|
D | browsing_data_channel_id_helper.cc | 168 void CannedBrowsingDataChannelIDHelper::AddChannelID( in AddChannelID() function in CannedBrowsingDataChannelIDHelper
|
D | browsing_data_remover_unittest.cc | 342 void AddChannelID(const std::string& server_identifier) { in AddChannelID() function in RemoveChannelIDTester 939 tester.AddChannelID(kTestOrigin1); in TEST_F() 956 tester.AddChannelID(kTestOrigin1); in TEST_F()
|