Searched refs:ContinueWithCertificate (Results 1 – 10 of 10) sorted by relevance
34 void ContinueWithCertificate(
132 void URLRequestMockDataJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestMockDataJob
163 void ContinueWithCertificate(
191 virtual void ContinueWithCertificate(
896 void URLRequest::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequest905 job_->ContinueWithCertificate(std::move(client_cert), in ContinueWithCertificate()
688 void ContinueWithCertificate(scoped_refptr<X509Certificate> client_cert,
224 void URLRequestJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestJob
1395 void URLRequestHttpJob::ContinueWithCertificate( in ContinueWithCertificate() function in net::URLRequestHttpJob
9833 r->ContinueWithCertificate(nullptr, nullptr); in TEST_F()9877 r->ContinueWithCertificate(identity->certificate(), private_key); in TEST_F()9960 r->ContinueWithCertificate(identity->certificate(), private_key); in TEST_F()10042 r->ContinueWithCertificate(identity->certificate(), private_key); in TEST_F()
230 request->ContinueWithCertificate(nullptr, nullptr); in OnCertificateRequested()