HomeSort by relevance Sort by last modified time
    Searched refs:DeleteChannelID (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper.h 41 virtual void DeleteChannelID(const std::string& server_id) = 0;
72 virtual void DeleteChannelID(const std::string& server_id) OVERRIDE;
mock_browsing_data_channel_id_helper.h 21 virtual void DeleteChannelID(const std::string& server_id) OVERRIDE;
browsing_data_channel_id_helper_unittest.cc 100 TEST_F(BrowsingDataChannelIDHelperTest, DeleteChannelID) {
106 helper->DeleteChannelID("https://www.google.com:443");
123 helper->DeleteChannelID("https://www.youtube.com:443");
browsing_data_channel_id_helper.cc 28 virtual void DeleteChannelID(const std::string& server_id) OVERRIDE;
87 void BrowsingDataChannelIDHelperImpl::DeleteChannelID(
137 cert_store->DeleteChannelID(
210 void CannedBrowsingDataChannelIDHelper::DeleteChannelID(
mock_browsing_data_channel_id_helper.cc 23 void MockBrowsingDataChannelIDHelper::DeleteChannelID(
cookies_tree_model.cc 524 container->channel_id_helper_->DeleteChannelID(
    [all...]
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.h 42 virtual void DeleteChannelID(
sqlite_channel_id_store.cc 81 void DeleteChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
433 void SQLiteChannelIDStore::Backend::DeleteChannelID(
616 void SQLiteChannelIDStore::DeleteChannelID(
618 backend_->DeleteChannelID(channel_id);
sqlite_channel_id_store_unittest.cc 142 store_->DeleteChannelID(*channel_ids[0]);
143 store_->DeleteChannelID(*channel_ids[1]);
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.cc 60 void QuotaPolicyChannelIDStore::DeleteChannelID(
63 persistent_store_->DeleteChannelID(channel_id);
quota_policy_channel_id_store.h 48 virtual void DeleteChannelID(
quota_policy_channel_id_store_unittest.cc 144 store_->DeleteChannelID(*channel_ids[0]);
145 store_->DeleteChannelID(*channel_ids[1]);
  /external/chromium_org/net/ssl/
default_channel_id_store.h 59 virtual void DeleteChannelID(
174 virtual void DeleteChannelID(const ChannelID& channel_id) = 0;
channel_id_store.h 97 virtual void DeleteChannelID(
default_channel_id_store_unittest.cc 75 virtual void DeleteChannelID(
110 void MockPersistentStore::DeleteChannelID(
337 store.DeleteChannelID("verisign.com",
354 store.DeleteChannelID("google.com",
380 store.DeleteChannelID("a.com",
default_channel_id_store.cc 271 void DefaultChannelIDStore::DeleteChannelID(
404 store_->DeleteChannelID(*channel_id);
451 store_->DeleteChannelID(*channel_id);
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 620 virtual void DeleteChannelID(const std::string& server_identifier,
652 virtual void DeleteChannelID(const std::string& server_identifier,
    [all...]

Completed in 989 milliseconds