Searched refs:ContinueWithCertificate (Results 1 – 10 of 10) sorted by relevance
146 request_->ContinueWithCertificate((*selected_certs)[i]); in OnCertificatesSelected()150 request_->ContinueWithCertificate(NULL); in OnCertificatesSelected()
107 request_->ContinueWithCertificate(cert); in DoCertificateSelected()
188 virtual void ContinueWithCertificate(X509Certificate* client_cert);
116 virtual void ContinueWithCertificate(X509Certificate* client_cert) OVERRIDE;
625 void ContinueWithCertificate(X509Certificate* client_cert); in NON_EXPORTED_BASE()
916 void URLRequest::ContinueWithCertificate(X509Certificate* client_cert) { in ContinueWithCertificate() function in net::URLRequest919 job_->ContinueWithCertificate(client_cert); in ContinueWithCertificate()
192 void URLRequestJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestJob
409 request->ContinueWithCertificate(NULL); in OnCertificateRequested()
1147 void URLRequestHttpJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestHttpJob
6893 r.ContinueWithCertificate(NULL); in TEST_F()