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

  /external/chromium_org/content/browser/
cert_store_impl.h 19 class CertStoreImpl : public CertStore,
23 static CertStoreImpl* GetInstance();
36 CertStoreImpl();
37 virtual ~CertStoreImpl();
40 friend struct DefaultSingletonTraits<CertStoreImpl>;
71 DISALLOW_COPY_AND_ASSIGN(CertStoreImpl);
cert_store_impl.cc 33 return CertStoreImpl::GetInstance();
37 CertStoreImpl* CertStoreImpl::GetInstance() {
38 return Singleton<CertStoreImpl>::get();
41 CertStoreImpl::CertStoreImpl() : next_cert_id_(1) {
47 base::Bind(&CertStoreImpl::RegisterForNotification,
52 CertStoreImpl::~CertStoreImpl() {
55 void CertStoreImpl::RegisterForNotification()
    [all...]

Completed in 44 milliseconds