OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClientCertStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ssl/
client_cert_store.h
17
// The caller is expected to keep the
ClientCertStore
alive until the callback
19
class NET_EXPORT
ClientCertStore
{
21
virtual ~
ClientCertStore
() {}
31
ClientCertStore
() {}
34
DISALLOW_COPY_AND_ASSIGN(
ClientCertStore
);
/external/chromium/net/socket/
ssl_client_socket_win.cc
343
class
ClientCertStore
{
345
ClientCertStore
() {
349
~
ClientCertStore
() {
369
static base::LazyInstance<
ClientCertStore
> g_client_cert_store(
[
all
...]
Completed in 152 milliseconds