Searched defs:verify_proc (Results 1 – 5 of 5) sorted by relevance
852 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local894 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local937 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local990 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1037 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1100 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1170 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1238 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local1306 scoped_refptr<CertVerifyProc> verify_proc( in TEST_F() local
114 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() local178 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() local221 scoped_refptr<CertVerifyProc> verify_proc(CreateCertVerifyProc()); in TEST_P() 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()
464 CertVerifyProc* verify_proc() const { return verify_proc_.get(); } in verify_proc() function in net::CertVerifyProcInternalTest1114 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in VerifyChain() local1427 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1441 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1460 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>( in TEST() local1601 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(dummy_result); in TEST() local1659 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local1707 scoped_refptr<CertVerifyProc> verify_proc; in TEST() local5551 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local5579 auto verify_proc = base::MakeRefCounted<MockCertVerifyProc>(result); in TEST() local[all …]
110 int VerifyOnWorkerThread(const scoped_refptr<CertVerifyProc>& verify_proc, in VerifyOnWorkerThread()