Searched refs:ContinueWithCertificate (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_client_auth_handler.cc84 request_->ContinueWithCertificate(cert);
/external/chromium/net/url_request/
H A Durl_request_http_job.h85 virtual void ContinueWithCertificate(X509Certificate* client_cert);
H A Durl_request_job.h154 virtual void ContinueWithCertificate(X509Certificate* client_cert);
H A Durl_request.cc92 request->ContinueWithCertificate(NULL);
555 void URLRequest::ContinueWithCertificate(X509Certificate* client_cert) { function in class:net::URLRequest
558 job_->ContinueWithCertificate(client_cert);
H A Durl_request.h175 // request->ContinueWithCertificate() with the client certificate the user
176 // selected, or request->ContinueWithCertificate(NULL) to continue the SSL
537 void ContinueWithCertificate(X509Certificate* client_cert);
H A Durl_request_job.cc162 void URLRequestJob::ContinueWithCertificate( function in class:net::URLRequestJob
H A Durl_request_http_job.cc991 void URLRequestHttpJob::ContinueWithCertificate( function in class:net::URLRequestHttpJob
H A Durl_request_unittest.cc619 r.ContinueWithCertificate(NULL);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp497 m_request->ContinueWithCertificate(NULL);
502 m_request->ContinueWithCertificate(chain.release());

Completed in 250 milliseconds