Searched refs:GetSSLHostStateDelegate (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/ssl/
H A Dssl_policy_backend.cc15 controller->GetBrowserContext()->GetSSLHostStateDelegate()),
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate_test.cc63 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
216 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
242 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
274 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
313 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
323 incognito->GetSSLHostStateDelegate();
353 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
367 incognito->GetSSLHostStateDelegate();
394 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
411 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
[all...]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.h47 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Dcast_browser_context.cc137 content::SSLHostStateDelegate* CastBrowserContext::GetSSLHostStateDelegate() { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc120 SSLHostStateDelegate* TestBrowserContext::GetSSLHostStateDelegate() { function in class:content::TestBrowserContext
H A Dtest_browser_context.h47 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.h55 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Dshell_browser_context.cc201 SSLHostStateDelegate* ShellBrowserContext::GetSSLHostStateDelegate() { function in class:content::ShellBrowserContext
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h166 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() = 0;
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h114 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Daw_browser_context.cc297 content::SSLHostStateDelegate* AwBrowserContext::GetSSLHostStateDelegate() { function in class:android_webview::AwBrowserContext
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h108 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Dprofile_impl.h95 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Doff_the_record_profile_impl.cc395 OffTheRecordProfileImpl::GetSSLHostStateDelegate() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1136 content::SSLHostStateDelegate* ProfileImpl::GetSSLHostStateDelegate() { function in class:ProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc75 content::SSLHostStateDelegate* FakeProfile::GetSSLHostStateDelegate() { function in class:FakeProfile
H A Dfake_profile.h52 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h234 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
H A Dtesting_profile.cc931 content::SSLHostStateDelegate* TestingProfile::GetSSLHostStateDelegate() { function in class:TestingProfile
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.cc268 navigation_controller_->GetBrowserContext()->GetSSLHostStateDelegate();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc420 if (profile_->GetSSLHostStateDelegate())
421 profile_->GetSSLHostStateDelegate()->Clear();
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc420 MOCK_METHOD0(GetSSLHostStateDelegate, SSLHostStateDelegate*());

Completed in 298 milliseconds