HomeSort by relevance Sort by last modified time
    Searched defs:ClientCertStoreChromeOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/ssl/
client_cert_store_chromeos.h 16 class NET_EXPORT ClientCertStoreChromeOS : public ClientCertStoreNSS {
21 ClientCertStoreChromeOS(
25 virtual ~ClientCertStoreChromeOS();
50 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreChromeOS);
client_cert_store_chromeos.cc 47 ClientCertStoreChromeOS::ClientCertStoreChromeOS(
56 ClientCertStoreChromeOS::~ClientCertStoreChromeOS() {}
58 void ClientCertStoreChromeOS::GetClientCerts(
63 base::Bind(&ClientCertStoreChromeOS::DidGetSystemAndPrivateSlot,
80 void ClientCertStoreChromeOS::GetClientCertsImpl(
100 void ClientCertStoreChromeOS::DidGetSystemAndPrivateSlot(

Completed in 52 milliseconds