Home
last modified time | relevance | path

Searched refs:trust_provider (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
Dmulti_threaded_cert_verifier_unittest.cc412 MockCertTrustAnchorProvider trust_provider; in TEST_F() local
413 verifier_.SetCertTrustAnchorProvider(&trust_provider); in TEST_F()
429 EXPECT_CALL(trust_provider, GetAdditionalTrustAnchors()) in TEST_F()
439 Mock::VerifyAndClearExpectations(&trust_provider); in TEST_F()
448 EXPECT_CALL(trust_provider, GetAdditionalTrustAnchors()) in TEST_F()
458 Mock::VerifyAndClearExpectations(&trust_provider); in TEST_F()
466 EXPECT_CALL(trust_provider, GetAdditionalTrustAnchors()) in TEST_F()
476 Mock::VerifyAndClearExpectations(&trust_provider); in TEST_F()