Home
last modified time | relevance | path

Searched refs:AllowCertForHost (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/ssl/
Dssl_policy_backend.h32 void AllowCertForHost(const net::X509Certificate& cert,
Dssl_policy_backend.cc34 void SSLPolicyBackend::AllowCertForHost(const net::X509Certificate& cert, in AllowCertForHost() function in content::SSLPolicyBackend
Dssl_policy.cc177 backend_->AllowCertForHost(*handler->ssl_info().cert.get(), in OnAllowCertificate()