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

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsNSSCertificateDB.h 60 net::NSSCertDatabase::ImportCertFailureList* not_imported);
66 net::NSSCertDatabase::ImportCertFailureList* not_imported);
nsNSSCertificateDB.cpp 66 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
75 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
82 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
110 // |not_imported| result. So, we keep using our net::CertificateList and
122 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
129 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
140 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
161 not_imported->push_back(net::NSSCertDatabase::ImportCertFailure(
166 // Any errors importing individual certs will be in listed in |not_imported|.
175 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
    [all...]
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 88 // will be listed in |not_imported|.
91 // |not_imported| should be checked for any certificates that were not
95 net::NSSCertDatabase::ImportCertFailureList* not_imported);
101 // |not_imported|.
105 // |not_imported| should be checked for any certificates that were not
110 net::NSSCertDatabase::ImportCertFailureList* not_imported);
certificate_manager_model.cc 172 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
173 bool result = cert_db_->ImportCACerts(certificates, trust_bits, not_imported);
174 if (result && not_imported->size() != certificates.size())
182 net::NSSCertDatabase::ImportCertFailureList* not_imported) {
184 not_imported);
185 if (result && not_imported->size() != certificates.size())
  /external/chromium_org/net/cert/
nss_cert_database.h 196 // will be listed in |not_imported|.
198 // |not_imported| should be checked for any certificates that were not
202 ImportCertFailureList* not_imported);
208 // |not_imported|.
212 // |not_imported| should be checked for any certificates that were not
216 ImportCertFailureList* not_imported);
nss_cert_database.cc 233 ImportCertFailureList* not_imported) {
237 slot.get(), certificates, root, trust_bits, not_imported);
246 ImportCertFailureList* not_imported) {
249 slot.get(), certificates, trust_bits, not_imported);
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 874 net::NSSCertDatabase::ImportCertFailureList not_imported; local
887 not_imported); local
962 net::NSSCertDatabase::ImportCertFailureList not_imported; local
977 not_imported); local
    [all...]
certificate_manager_handler.h 158 const net::NSSCertDatabase::ImportCertFailureList& not_imported) const;

Completed in 662 milliseconds