CertStoreImpl      11 content/browser/cert_store_impl.cc   return CertStoreImpl::GetInstance();
CertStoreImpl      15 content/browser/cert_store_impl.cc CertStoreImpl* CertStoreImpl::GetInstance() {
CertStoreImpl      16 content/browser/cert_store_impl.cc   return Singleton<CertStoreImpl>::get();
CertStoreImpl      19 content/browser/cert_store_impl.cc CertStoreImpl::CertStoreImpl() {}
CertStoreImpl      21 content/browser/cert_store_impl.cc CertStoreImpl::~CertStoreImpl() {}
CertStoreImpl      23 content/browser/cert_store_impl.cc int CertStoreImpl::StoreCert(net::X509Certificate* cert, int process_id) {
CertStoreImpl      27 content/browser/cert_store_impl.cc bool CertStoreImpl::RetrieveCert(int cert_id,
CertStoreImpl      15 content/browser/cert_store_impl.h class CertStoreImpl : public CertStore {
CertStoreImpl      18 content/browser/cert_store_impl.h   static CertStoreImpl* GetInstance();
CertStoreImpl      27 content/browser/cert_store_impl.h   CertStoreImpl();
CertStoreImpl      28 content/browser/cert_store_impl.h   virtual ~CertStoreImpl();
CertStoreImpl      31 content/browser/cert_store_impl.h   friend struct DefaultSingletonTraits<CertStoreImpl>;
CertStoreImpl      35 content/browser/cert_store_impl.h   DISALLOW_COPY_AND_ASSIGN(CertStoreImpl);