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

  /external/chromium/chrome/browser/ssl/
ssl_policy_backend.cc 31 void SSLPolicyBackend::AllowCertForHost(net::X509Certificate* cert,
33 ssl_host_state_->AllowCertForHost(cert, host);
ssl_policy_backend.h 33 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
ssl_host_state.cc 33 void SSLHostState::AllowCertForHost(net::X509Certificate* cert,
ssl_host_state.h 41 void AllowCertForHost(net::X509Certificate* cert, const std::string& host);
ssl_policy.cc 188 // While AllowCertForHost() executes synchronously on this thread,
190 // AllowCertForHost() first ensures deterministic ordering.
191 backend_->AllowCertForHost(handler->ssl_info().cert,
ssl_host_state_unittest.cc 128 state.AllowCertForHost(google_cert.get(), "www.google.com");
137 state.AllowCertForHost(google_cert.get(), "example.com");
  /external/chromium_org/content/browser/ssl/
ssl_policy_backend.cc 35 void SSLPolicyBackend::AllowCertForHost(net::X509Certificate* cert,
38 ssl_host_state_->AllowCertForHost(cert, host, error);
ssl_policy_backend.h 38 void AllowCertForHost(net::X509Certificate* cert,
ssl_host_state.cc 49 void SSLHostState::AllowCertForHost(net::X509Certificate* cert,
ssl_host_state.h 54 void AllowCertForHost(net::X509Certificate* cert,
ssl_policy.cc 157 // While AllowCertForHost() executes synchronously on this thread,
159 // AllowCertForHost() first ensures deterministic ordering.
160 backend_->AllowCertForHost(handler->ssl_info().cert.get(),
ssl_host_state_unittest.cc 136 state.AllowCertForHost(google_cert.get(),
153 state.AllowCertForHost(google_cert.get(),

Completed in 234 milliseconds