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

  /external/chromium/net/base/
cert_database.h 152 bool ImportServerCert(const CertificateList& certificates,
cert_database_nss.cc 211 bool CertDatabase::ImportServerCert(const CertificateList& certificates,
213 return psm::ImportServerCert(certificates, not_imported);
cert_database_nss_unittest.cc 435 TEST_F(CertDatabaseNSSTest, ImportServerCert) {
446 EXPECT_TRUE(cert_db_.ImportServerCert(certs, &failed));
474 EXPECT_TRUE(cert_db_.ImportServerCert(certs, &failed));
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 755 bool result = certificate_manager_model_->ImportServerCert(
    [all...]

Completed in 144 milliseconds