Searched refs:ClientCertStoreChromeOS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/ssl/
H A Dclient_cert_store_chromeos.h16 class NET_EXPORT ClientCertStoreChromeOS : public ClientCertStoreNSS { class in namespace:net
21 ClientCertStoreChromeOS(
25 virtual ~ClientCertStoreChromeOS();
50 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreChromeOS);
H A Dclient_cert_store_chromeos.cc47 ClientCertStoreChromeOS::ClientCertStoreChromeOS( function in class:net::ClientCertStoreChromeOS
56 ClientCertStoreChromeOS::~ClientCertStoreChromeOS() {}
58 void ClientCertStoreChromeOS::GetClientCerts(
63 base::Bind(&ClientCertStoreChromeOS::DidGetSystemAndPrivateSlot,
80 void ClientCertStoreChromeOS::GetClientCertsImpl(
100 void ClientCertStoreChromeOS::DidGetSystemAndPrivateSlot(
H A Dclient_cert_store_chromeos_unittest.cc48 ClientCertStoreChromeOS::PasswordDelegateFactory()) {
56 // ClientCertStoreChromeOS filters also for the right slot, we have to import
111 ClientCertStoreChromeOS store_;
114 // ClientCertStoreChromeOS derives from ClientCertStoreNSS and delegates the
174 ClientCertStoreChromeOS store(
177 ClientCertStoreChromeOS::PasswordDelegateFactory());
214 ClientCertStoreChromeOS store(
217 ClientCertStoreChromeOS::PasswordDelegateFactory());
246 ClientCertStoreChromeOS store1(
249 ClientCertStoreChromeOS
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc908 return scoped_ptr<net::ClientCertStore>(new net::ClientCertStoreChromeOS(

Completed in 106 milliseconds