Searched defs:verify_proc (Results 1 – 6 of 6) sorted by relevance
95 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local159 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local202 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
739 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local773 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local808 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local851 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local894 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local946 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1016 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1083 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1150 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
68 const scoped_refptr<CertVerifyProc>& verify_proc, in DoVerifyOnWorkerThread()140 const scoped_refptr<CertVerifyProc>& verify_proc, in Start()194 scoped_refptr<CertVerifyProc> verify_proc, in MultiThreadedCertVerifier()
460 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest1126 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local1431 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1446 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1466 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local1653 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1698 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local1751 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local5611 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local5641 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local[all …]
95 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()
391 auto verify_proc = base::MakeRefCounted<FakeCertVerifyProc>(OK, dummy_result); in TEST_F() local