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

/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.h24 class ChromeSSLHostStateDelegate : public content::SSLHostStateDelegate { class in inherits:content::SSLHostStateDelegate
26 explicit ChromeSSLHostStateDelegate(Profile* profile);
27 virtual ~ChromeSSLHostStateDelegate();
143 DISALLOW_COPY_AND_ASSIGN(ChromeSSLHostStateDelegate);
H A Dchrome_ssl_host_state_delegate.cc147 base::DictionaryValue* ChromeSSLHostStateDelegate::GetValidCertDecisionsDict(
257 ChromeSSLHostStateDelegate::ChromeSSLHostStateDelegate(Profile* profile) function in class:ChromeSSLHostStateDelegate
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
[all...]

Completed in 74 milliseconds