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

/external/chromium/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc17 SSLAddCertHandler::SSLAddCertHandler(net::URLRequest* request, function in class:SSLAddCertHandler
32 NewRunnableMethod(this, &SSLAddCertHandler::Run));
35 SSLAddCertHandler::~SSLAddCertHandler() {}
37 void SSLAddCertHandler::Run() {
47 scoped_refptr<SSLAddCertHandler>(this), cert_error);
60 void SSLAddCertHandler::AskToAddCert() {
66 void SSLAddCertHandler::Finished(bool add_cert) {
74 scoped_refptr<SSLAddCertHandler>(thi
[all...]
H A Dssl_add_cert_handler.h21 class SSLAddCertHandler : public base::RefCountedThreadSafe<SSLAddCertHandler> { class in inherits:base::RefCountedThreadSafe
23 SSLAddCertHandler(net::URLRequest* request, net::X509Certificate* cert,
35 friend class base::RefCountedThreadSafe<SSLAddCertHandler>;
36 virtual ~SSLAddCertHandler();
55 DISALLOW_COPY_AND_ASSIGN(SSLAddCertHandler);

Completed in 44 milliseconds