Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dcert_database_nss.cc201 ImportCertFailureList* not_imported) { in ImportCACerts() argument
204 not_imported); in ImportCACerts()
212 ImportCertFailureList* not_imported) { in ImportServerCert() argument
213 return psm::ImportServerCert(certificates, not_imported); in ImportServerCert()
Dcert_database.h142 ImportCertFailureList* not_imported);
153 ImportCertFailureList* not_imported);
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc754 net::CertDatabase::ImportCertFailureList not_imported; in ImportServerFileRead() local
757 &not_imported); in ImportServerFileRead()
762 } else if (!not_imported.empty()) { in ImportServerFileRead()
765 not_imported); in ImportServerFileRead()
834 net::CertDatabase::ImportCertFailureList not_imported; in ImportCATrustSelected() local
840 &not_imported); in ImportCATrustSelected()
846 } else if (!not_imported.empty()) { in ImportCATrustSelected()
849 not_imported); in ImportCATrustSelected()
949 const net::CertDatabase::ImportCertFailureList& not_imported) const { in ShowImportErrors()
954 else if (not_imported.size() == selected_cert_list_.size()) in ShowImportErrors()
[all …]
Dcertificate_manager_handler.h137 const net::CertDatabase::ImportCertFailureList& not_imported) const;