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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper_unittest.cc 29 testing_profile_->GetSSLConfigService()->AddObserver(this);
33 testing_profile_->GetSSLConfigService()->RemoveObserver(this);
browsing_data_remover_unittest.cc 303 ssl_config_service_ = profile->GetSSLConfigService();
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 61 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
profile.h 242 virtual net::SSLConfigService* GetSSLConfigService() = 0;
off_the_record_profile_impl.cc 350 net::SSLConfigService* OffTheRecordProfileImpl::GetSSLConfigService() {
351 return profile_->GetSSLConfigService();
profile_impl.h 108 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
profile_impl.cc     [all...]
profile_io_data.cc 326 params->ssl_config_service = profile->GetSSLConfigService();
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 130 net::SSLConfigService* FakeProfile::GetSSLConfigService() {
fake_profile.h 67 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
  /external/chromium_org/chrome/browser/
io_thread.h 271 net::SSLConfigService* GetSSLConfigService();
io_thread.cc 603 globals_->ssl_config_service = GetSSLConfigService();
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.h 282 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
testing_profile.cc 776 net::SSLConfigService* TestingProfile::GetSSLConfigService() {
    [all...]

Completed in 257 milliseconds