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

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dssl_context_helper.cc12 SSLContextHelper::SSLContextHelper() {} function in class:content::SSLContextHelper
14 SSLContextHelper::~SSLContextHelper() {}
16 net::CertVerifier* SSLContextHelper::GetCertVerifier() {
22 net::TransportSecurityState* SSLContextHelper::GetTransportSecurityState() {
H A Dssl_context_helper.h20 class SSLContextHelper : public base::RefCounted<SSLContextHelper> { class in namespace:content
22 SSLContextHelper();
29 friend class base::RefCounted<SSLContextHelper>;
31 ~SSLContextHelper();
43 DISALLOW_COPY_AND_ASSIGN(SSLContextHelper);

Completed in 100 milliseconds