HomeSort by relevance Sort by last modified time
    Searched defs:AddChannelID (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.cc 54 void QuotaPolicyChannelIDStore::AddChannelID(
57 persistent_store_->AddChannelID(channel_id);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper.cc 168 void CannedBrowsingDataChannelIDHelper::AddChannelID(
browsing_data_remover_unittest.cc 342 void AddChannelID(const std::string& server_identifier) {
939 tester.AddChannelID(kTestOrigin1);
    [all...]
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 73 virtual void AddChannelID(
105 void MockPersistentStore::AddChannelID(
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(ChannelIDStore::ChannelID
    [all...]
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.cc 78 void AddChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
428 void SQLiteChannelIDStore::Backend::AddChannelID(
611 void SQLiteChannelIDStore::AddChannelID(
613 backend_->AddChannelID(channel_id);

Completed in 206 milliseconds