Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_loader_unittest.cc41 class ClientCertStoreStub : public net::ClientCertStore { class
43 ClientCertStoreStub(const net::CertificateList& certs) in ClientCertStoreStub() function in content::__anon6679e6160111::ClientCertStoreStub
47 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()