Searched defs:verify_proc (Results 1 – 5 of 5) sorted by relevance
96 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local160 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local203 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST() local
62 const scoped_refptr<CertVerifyProc>& verify_proc, in DoVerifyOnWorkerThread()129 const scoped_refptr<CertVerifyProc>& verify_proc, in Start()182 scoped_refptr<CertVerifyProc> verify_proc, in MultiThreadedCertVerifier()
850 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local889 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local929 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local979 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1023 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() local1215 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1280 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
466 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest1116 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local1429 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1443 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1462 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local1636 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1694 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local1742 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local5586 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local5614 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local[all …]
98 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()