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

  /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 161 // While AllowCertForHost() executes synchronously on this thread,
163 // AllowCertForHost() first ensures deterministic ordering.
164 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 121 milliseconds