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

  /external/chromium_org/content/browser/ssl/
ssl_policy_backend.cc 20 void SSLPolicyBackend::HostRanInsecureContent(const std::string& host, int id) {
22 ssl_host_state_delegate_->HostRanInsecureContent(host, id);
ssl_policy_backend.h 25 void HostRanInsecureContent(const std::string& host, int pid);
ssl_policy.cc 103 backend_->HostRanInsecureContent(GURL(security_origin).host(),
113 backend_->HostRanInsecureContent(info->url().host(), info->child_id());
237 backend_->HostRanInsecureContent(parsed_origin.host(), pid);
  /external/chromium_org/content/public/browser/
ssl_host_state_delegate.h 51 virtual void HostRanInsecureContent(const std::string& host, int pid) = 0;
  /external/chromium_org/android_webview/browser/
aw_ssl_host_state_delegate.h 62 void HostRanInsecureContent(const std::string& host, int pid) override;
aw_ssl_host_state_delegate.cc 58 void AwSSLHostStateDelegate::HostRanInsecureContent(const std::string& host,
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.h 38 virtual void HostRanInsecureContent(const std::string& host,
chrome_ssl_host_state_delegate_test.cc 209 // DidHostRunInsecureContent as well as HostRanInsecureContent to check if
222 state->HostRanInsecureContent("www.google.com", 42);
228 state->HostRanInsecureContent("example.com", 42);
chrome_ssl_host_state_delegate.cc 428 void ChromeSSLHostStateDelegate::HostRanInsecureContent(const std::string& host,

Completed in 285 milliseconds