Home
last modified time | relevance | path

Searched refs:DidHostRunInsecureContent (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
Dchrome_ssl_host_state_delegate_test.cc212 DidHostRunInsecureContent) { in IN_PROC_BROWSER_TEST_F() argument
218 EXPECT_FALSE(state->DidHostRunInsecureContent("www.google.com", 42)); in IN_PROC_BROWSER_TEST_F()
219 EXPECT_FALSE(state->DidHostRunInsecureContent("www.google.com", 191)); in IN_PROC_BROWSER_TEST_F()
220 EXPECT_FALSE(state->DidHostRunInsecureContent("example.com", 42)); in IN_PROC_BROWSER_TEST_F()
224 EXPECT_TRUE(state->DidHostRunInsecureContent("www.google.com", 42)); in IN_PROC_BROWSER_TEST_F()
225 EXPECT_FALSE(state->DidHostRunInsecureContent("www.google.com", 191)); in IN_PROC_BROWSER_TEST_F()
226 EXPECT_FALSE(state->DidHostRunInsecureContent("example.com", 42)); in IN_PROC_BROWSER_TEST_F()
230 EXPECT_TRUE(state->DidHostRunInsecureContent("www.google.com", 42)); in IN_PROC_BROWSER_TEST_F()
231 EXPECT_FALSE(state->DidHostRunInsecureContent("www.google.com", 191)); in IN_PROC_BROWSER_TEST_F()
232 EXPECT_TRUE(state->DidHostRunInsecureContent("example.com", 42)); in IN_PROC_BROWSER_TEST_F()
Dchrome_ssl_host_state_delegate.h40 virtual bool DidHostRunInsecureContent(const std::string& host,
Dchrome_ssl_host_state_delegate.cc433 bool ChromeSSLHostStateDelegate::DidHostRunInsecureContent( in DidHostRunInsecureContent() function in ChromeSSLHostStateDelegate
/external/chromium_org/content/browser/ssl/
Dssl_policy_backend.cc26 bool SSLPolicyBackend::DidHostRunInsecureContent(const std::string& host, in DidHostRunInsecureContent() function in content::SSLPolicyBackend
31 return ssl_host_state_delegate_->DidHostRunInsecureContent(host, pid); in DidHostRunInsecureContent()
Dssl_policy_backend.h28 bool DidHostRunInsecureContent(const std::string& host, int pid) const;
Dssl_policy.cc154 backend_->DidHostRunInsecureContent( in UpdateEntry()
/external/chromium_org/content/public/browser/
Dssl_host_state_delegate.h54 virtual bool DidHostRunInsecureContent(const std::string& host,
/external/chromium_org/android_webview/browser/
Daw_ssl_host_state_delegate.h65 bool DidHostRunInsecureContent(const std::string& host,
Daw_ssl_host_state_delegate.cc63 bool AwSSLHostStateDelegate::DidHostRunInsecureContent(const std::string& host, in DidHostRunInsecureContent() function in android_webview::AwSSLHostStateDelegate