Home
last modified time | relevance | path

Searched refs:GlobalCertStore (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dx509_certificate_win.cc636 class GlobalCertStore { class
643 friend struct base::DefaultLazyInstanceTraits<GlobalCertStore>;
645 GlobalCertStore() in GlobalCertStore() function in net::GlobalCertStore
649 ~GlobalCertStore() { in ~GlobalCertStore()
655 DISALLOW_COPY_AND_ASSIGN(GlobalCertStore);
658 static base::LazyInstance<GlobalCertStore> g_cert_store(