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

  /external/chromium_org/content/browser/ssl/
ssl_host_state.cc 46 cert_policy_for_host_[host].Deny(cert, error);
54 cert_policy_for_host_[host].Allow(cert, error);
60 cert_policy_for_host_.clear();
68 return cert_policy_for_host_[host].Check(cert, error);
ssl_host_state.h 77 std::map<std::string, net::CertPolicy> cert_policy_for_host_; member in class:content::SSLHostState

Completed in 84 milliseconds