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

  /external/chromium_org/net/ssl/
client_cert_store_mac.h 17 class NET_EXPORT ClientCertStoreMac : public ClientCertStore {
19 ClientCertStoreMac();
20 virtual ~ClientCertStoreMac();
50 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreMac);
client_cert_store_mac.cc 175 ClientCertStoreMac::ClientCertStoreMac() {}
177 ClientCertStoreMac::~ClientCertStoreMac() {}
179 void ClientCertStoreMac::GetClientCerts(const SSLCertRequestInfo& request,
259 bool ClientCertStoreMac::SelectClientCertsForTesting(
267 bool ClientCertStoreMac::SelectClientCertsGivenPreferredForTesting(

Completed in 37 milliseconds