Searched defs:ClientCertStore (Results 1 - 1 of 1) sorted by path

/external/chromium_org/net/ssl/
H A Dclient_cert_store.h17 // The caller is expected to keep the ClientCertStore alive until the callback
19 class NET_EXPORT ClientCertStore { class in namespace:net
21 virtual ~ClientCertStore() {}
26 // ClientCertStore and the |selected_certs| object remain alive until the
32 ClientCertStore() {} function in class:net::ClientCertStore
35 DISALLOW_COPY_AND_ASSIGN(ClientCertStore);

Completed in 435 milliseconds