Searched refs:CefSSLHostStateDelegate (Results 1 – 4 of 4) sorted by relevance
39 CefSSLHostStateDelegate::CefSSLHostStateDelegate() {} in CefSSLHostStateDelegate() function in CefSSLHostStateDelegate41 CefSSLHostStateDelegate::~CefSSLHostStateDelegate() {} in ~CefSSLHostStateDelegate()43 void CefSSLHostStateDelegate::HostRanInsecureContent( in HostRanInsecureContent()50 bool CefSSLHostStateDelegate::DidHostRunInsecureContent( in DidHostRunInsecureContent()58 void CefSSLHostStateDelegate::AllowHttpForHost( in AllowHttpForHost()64 bool CefSSLHostStateDelegate::IsHttpAllowedForHost( in IsHttpAllowedForHost()72 void CefSSLHostStateDelegate::AllowCert(const std::string& host, in AllowCert()79 void CefSSLHostStateDelegate::Clear( in Clear()97 SSLHostStateDelegate::CertJudgment CefSSLHostStateDelegate::QueryPolicy( in QueryPolicy()107 void CefSSLHostStateDelegate::RevokeUserAllowExceptions( in RevokeUserAllowExceptions()[all …]
44 class CefSSLHostStateDelegate : public content::SSLHostStateDelegate {46 CefSSLHostStateDelegate();48 CefSSLHostStateDelegate(const CefSSLHostStateDelegate&) = delete;49 CefSSLHostStateDelegate& operator=(const CefSSLHostStateDelegate&) = delete;51 ~CefSSLHostStateDelegate() override;
19 class CefSSLHostStateDelegate; variable131 std::unique_ptr<CefSSLHostStateDelegate> ssl_host_state_delegate_;
377 ssl_host_state_delegate_.reset(new CefSSLHostStateDelegate()); in GetSSLHostStateDelegate()