Searched refs:ClientCertStoreStub (Results 1 – 1 of 1) sorted by relevance
41 class ClientCertStoreStub : public net::ClientCertStore { class43 ClientCertStoreStub(const net::CertificateList& certs) in ClientCertStoreStub() function in content::__anon6679e6160111::ClientCertStoreStub47 virtual ~ClientCertStoreStub() {} in ~ClientCertStoreStub()374 scoped_ptr<ClientCertStoreStub> test_store( in TEST_F()375 new ClientCertStoreStub(dummy_certs)); in TEST_F()380 ClientCertStoreStub* raw_ptr_to_store = test_store.get(); in TEST_F()