Searched refs:ContinueWithCertificate (Results 1 – 10 of 10) sorted by relevance
149 request_->ContinueWithCertificate((*selected_certs)[i].get()); in OnCertificatesSelected()153 request_->ContinueWithCertificate(NULL); in OnCertificatesSelected()
107 request_->ContinueWithCertificate(cert); in DoCertificateSelected()
189 virtual void ContinueWithCertificate(X509Certificate* client_cert);
121 virtual void ContinueWithCertificate(X509Certificate* client_cert) OVERRIDE;
630 void ContinueWithCertificate(X509Certificate* client_cert); in NON_EXPORTED_BASE()
911 void URLRequest::ContinueWithCertificate(X509Certificate* client_cert) { in ContinueWithCertificate() function in net::URLRequest914 job_->ContinueWithCertificate(client_cert); in ContinueWithCertificate()
191 void URLRequestJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestJob
412 request->ContinueWithCertificate(NULL); in OnCertificateRequested()
1158 void URLRequestHttpJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestHttpJob
6858 r->ContinueWithCertificate(NULL); in TEST_F()