Searched defs:allow_trust_imports (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/onc/
H A Donc_certificate_importer_impl.cc96 bool allow_trust_imports = source == ::onc::ONC_SOURCE_USER_IMPORT; local
106 if (!ParseAndStoreCertificate(allow_trust_imports,
193 bool allow_trust_imports,
219 return ParseServerOrCaCertificate(allow_trust_imports,
234 bool allow_trust_imports,
265 if (!allow_trust_imports)
192 ParseAndStoreCertificate( bool allow_trust_imports, const base::DictionaryValue& certificate, net::NSSCertDatabase* nssdb, net::CertificateList* onc_trusted_certificates) argument
233 ParseServerOrCaCertificate( bool allow_trust_imports, const std::string& cert_type, const std::string& guid, const base::DictionaryValue& certificate, net::NSSCertDatabase* nssdb, net::CertificateList* onc_trusted_certificates) argument

Completed in 68 milliseconds