HomeSort by relevance Sort by last modified time
    Searched defs:SSLHostState (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ssl/
ssl_host_state.cc 9 SSLHostState::SSLHostState() {
12 SSLHostState::~SSLHostState() {
15 void SSLHostState::HostRanInsecureContent(const std::string& host, int pid) {
20 bool SSLHostState::DidHostRunInsecureContent(const std::string& host,
26 void SSLHostState::DenyCertForHost(net::X509Certificate* cert,
33 void SSLHostState::AllowCertForHost(net::X509Certificate* cert,
40 net::CertPolicy::Judgment SSLHostState::QueryPolicy(
ssl_host_state.h 18 // SSLHostState
20 // The SSLHostState encapulates the host-specific state for SSL errors. For
21 // example, SSLHostState remembers whether the user has whitelisted a
26 class SSLHostState : public base::NonThreadSafe {
28 SSLHostState();
29 ~SSLHostState();
60 DISALLOW_COPY_AND_ASSIGN(SSLHostState);

Completed in 438 milliseconds