OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509CertificateCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
x509_certificate.cc
60
class
X509CertificateCache
{
97
// Obtain an instance of
X509CertificateCache
via a LazyInstance.
98
X509CertificateCache
() {}
99
~
X509CertificateCache
() {}
100
friend struct base::DefaultLazyInstanceTraits<
X509CertificateCache
>;
109
DISALLOW_COPY_AND_ASSIGN(
X509CertificateCache
);
112
base::LazyInstance<
X509CertificateCache
>::Leaky
115
void
X509CertificateCache
::InsertOrUpdate(
163
void
X509CertificateCache
::Remove(X509Certificate::OSCertHandle cert_handle) {
187
// See
X509CertificateCache
::InsertOrUpdate. NSS has a built-in cache, so ther
[
all
...]
/external/chromium/net/base/
x509_certificate.cc
58
class
X509CertificateCache
{
67
// Obtain an instance of
X509CertificateCache
via a LazyInstance.
68
X509CertificateCache
() {}
69
~
X509CertificateCache
() {}
70
friend struct base::DefaultLazyInstanceTraits<
X509CertificateCache
>;
79
DISALLOW_COPY_AND_ASSIGN(
X509CertificateCache
);
82
base::LazyInstance<
X509CertificateCache
,
83
base::LeakyLazyInstanceTraits<
X509CertificateCache
> >
88
void
X509CertificateCache
::Insert(X509Certificate* cert) {
115
scoped_refptr<X509Certificate>
X509CertificateCache
::Find
[
all
...]
Completed in 80 milliseconds