Searched defs:ClientCertStoreChromeOS (Results 1 - 2 of 2) 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(

Completed in 160 milliseconds