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

  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.h 24 class ChromeSSLHostStateDelegate : public content::SSLHostStateDelegate {
26 explicit ChromeSSLHostStateDelegate(Profile* profile);
27 virtual ~ChromeSSLHostStateDelegate();
143 DISALLOW_COPY_AND_ASSIGN(ChromeSSLHostStateDelegate);
chrome_ssl_host_state_delegate.cc 147 base::DictionaryValue* ChromeSSLHostStateDelegate::GetValidCertDecisionsDict(
257 ChromeSSLHostStateDelegate::ChromeSSLHostStateDelegate(Profile* profile)
273 ChromeSSLHostStateDelegate::~ChromeSSLHostStateDelegate() {
276 void ChromeSSLHostStateDelegate::AllowCert(const std::string& host,
315 void ChromeSSLHostStateDelegate::Clear() {
321 ChromeSSLHostStateDelegate::QueryPolicy(const std::string& host,
362 void ChromeSSLHostStateDelegate::RevokeUserAllowExceptions(
392 void ChromeSSLHostStateDelegate::RevokeUserAllowExceptionsHard
    [all...]

Completed in 262 milliseconds