Searched defs:SSLHostState (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_host_state.h18 // 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 { class in inherits:base::NonThreadSafe
28 SSLHostState();
29 ~SSLHostState();
60 DISALLOW_COPY_AND_ASSIGN(SSLHostState);
H A Dssl_host_state.cc9 SSLHostState::SSLHostState() { function in class: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(

Completed in 70 milliseconds