HomeSort by relevance Sort by last modified time
    Searched refs:SSLHostStateDelegate (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/public/browser/
ssl_host_state_delegate.h 16 // The SSLHostStateDelegate encapulates the host-specific state for SSL errors.
17 // For example, SSLHostStateDelegate remembers whether the user has whitelisted
22 // SSLHostStateDelegate may be implemented by the embedder to provide a storage
25 class SSLHostStateDelegate {
58 virtual ~SSLHostStateDelegate() {}
browser_context.h 44 class SSLHostStateDelegate;
166 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() = 0;
  /external/chromium_org/content/browser/ssl/
ssl_policy_backend.h 39 SSLHostStateDelegate::CertJudgment QueryPolicy(
47 SSLHostStateDelegate* ssl_host_state_delegate_;
ssl_policy_backend.cc 41 SSLHostStateDelegate::CertJudgment SSLPolicyBackend::QueryPolicy(
49 SSLHostStateDelegate::DENIED;
ssl_policy.cc 38 SSLHostStateDelegate::CertJudgment judgment =
44 if (judgment == SSLHostStateDelegate::ALLOWED) {
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate_test.cc 50 // SSLHostStateDelegate class. For example, tests that if a certificate is
57 // SSLHostStateDelegate class after various SSL cert decisions have been made.
63 content::SSLHostStateDelegate* state = profile->GetSSLHostStateDelegate();
68 EXPECT_EQ(content::SSLHostStateDelegate::DENIED,
73 EXPECT_EQ(content::SSLHostStateDelegate::DENIED,
78 EXPECT_EQ(content::SSLHostStateDelegate::DENIED,
91 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED,
96 EXPECT_EQ(content::SSLHostStateDelegate::DENIED,
101 EXPECT_EQ(content::SSLHostStateDelegate::DENIED,
114 EXPECT_EQ(content::SSLHostStateDelegate::ALLOWED
    [all...]
chrome_ssl_host_state_delegate.h 24 class ChromeSSLHostStateDelegate : public content::SSLHostStateDelegate {
29 // SSLHostStateDelegate:
chrome_ssl_host_state_delegate.cc 320 content::SSLHostStateDelegate::CertJudgment
  /external/chromium_org/android_webview/browser/
aw_ssl_host_state_delegate.cc 9 using content::SSLHostStateDelegate;
79 SSLHostStateDelegate::CertJudgment AwSSLHostStateDelegate::QueryPolicy(
85 ? SSLHostStateDelegate::ALLOWED
86 : SSLHostStateDelegate::DENIED;
aw_ssl_host_state_delegate.h 41 class AwSSLHostStateDelegate : public content::SSLHostStateDelegate {
55 content::SSLHostStateDelegate::CertJudgment QueryPolicy(
aw_browser_context.h 27 class SSLHostStateDelegate;
114 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
aw_browser_context.cc 297 content::SSLHostStateDelegate* AwBrowserContext::GetSSLHostStateDelegate() {
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 24 class SSLHostStateDelegate;
52 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
fake_profile.cc 75 content::SSLHostStateDelegate* FakeProfile::GetSSLHostStateDelegate() {
  /external/chromium_org/chromecast/shell/browser/
cast_browser_context.h 47 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
cast_browser_context.cc 137 content::SSLHostStateDelegate* CastBrowserContext::GetSSLHostStateDelegate() {
  /external/chromium_org/content/public/test/
test_browser_context.cc 120 SSLHostStateDelegate* TestBrowserContext::GetSSLHostStateDelegate() {
test_browser_context.h 47 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 55 virtual SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
shell_browser_context.cc 201 SSLHostStateDelegate* ShellBrowserContext::GetSSLHostStateDelegate() {
  /external/chromium_org/chrome/test/base/
testing_profile.h 19 class SSLHostStateDelegate;
234 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 108 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
profile_impl.h 95 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
off_the_record_profile_impl.cc 394 content::SSLHostStateDelegate*
  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.cc 267 content::SSLHostStateDelegate* delegate =

Completed in 519 milliseconds

1 2