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

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsNSSCertificateDB.h 58 net::NSSCertDatabase::ImportCertFailureList* not_imported);
63 net::NSSCertDatabase::ImportCertFailureList* not_imported);
nsNSSCertificateDB.cpp 67 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
82 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
89 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
117 // |not_imported| result. So, we keep using our net::CertificateList and
129 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
136 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
147 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
168 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
173 // Any errors importing individual certs will be in listed in |not_imported|.
181 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
    [all...]
  /external/chromium_org/chrome/browser/
certificate_manager_model.cc 125 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
126 bool result = cert_db_->ImportCACerts(certificates, trust_bits, not_imported);
127 if (result && not_imported->size() != certificates.size())
135 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
137 not_imported);
138 if (result && not_imported->size() != certificates.size())
certificate_manager_model.h 69 // will be listed in |not_imported|.
72 // |not_imported| should be checked for any certificates that were not
76 net::NSSCertDatabase::ImportCertFailureList* not_imported);
82 // |not_imported|.
86 // |not_imported| should be checked for any certificates that were not
91 net::NSSCertDatabase::ImportCertFailureList* not_imported);
  /external/chromium/net/base/
cert_database.h 136 // will be listed in |not_imported|.
138 // |not_imported| should be checked for any certificates that were not
142 ImportCertFailureList* not_imported);
148 // |not_imported|.
150 // |not_imported| should be checked for any certificates that were not
153 ImportCertFailureList* not_imported);
cert_database_nss.cc 201 ImportCertFailureList* not_imported) {
204 not_imported);
212 ImportCertFailureList* not_imported) {
213 return psm::ImportServerCert(certificates, not_imported);
  /external/chromium_org/net/cert/
nss_cert_database.h 137 // will be listed in |not_imported|.
139 // |not_imported| should be checked for any certificates that were not
143 ImportCertFailureList* not_imported);
149 // |not_imported|.
153 // |not_imported| should be checked for any certificates that were not
157 ImportCertFailureList* not_imported);
nss_cert_database.cc 166 ImportCertFailureList* not_imported) {
169 not_imported);
178 ImportCertFailureList* not_imported) {
179 return psm::ImportServerCert(certificates, trust_bits, not_imported);
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.h 137 const net::CertDatabase::ImportCertFailureList& not_imported) const;
certificate_manager_handler.cc 754 net::CertDatabase::ImportCertFailureList not_imported; local
757 &not_imported);
762 } else if (!not_imported.empty()) {
765 not_imported); local
834 net::CertDatabase::ImportCertFailureList not_imported; local
840 &not_imported);
846 } else if (!not_imported.empty()) {
849 not_imported); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 876 net::NSSCertDatabase::ImportCertFailureList not_imported; local
889 not_imported); local
963 net::NSSCertDatabase::ImportCertFailureList not_imported; local
978 not_imported); local
    [all...]
certificate_manager_handler.h 157 const net::NSSCertDatabase::ImportCertFailureList& not_imported) const;

Completed in 1274 milliseconds