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

  /external/chromium_org/net/cert/
nss_cert_database_chromeos.h 25 virtual void ListCerts(const NSSCertDatabase::ListCertsCallback& callback)
37 // Certificate listing implementation used by |ListCerts| and |ListCertsSync|.
nss_cert_database_chromeos_unittest.cc 135 // ListCerts includes the added cert for the correct user, and does not include
185 // Tests that the new certs are loaded by async ListCerts method.
188 db_1_->ListCerts(
190 db_2_->ListCerts(
203 // ListCerts includes the added cert for the correct user, and does not include
248 // Tests that the new certs are loaded by async ListCerts method.
251 db_1_->ListCerts(
253 db_2_->ListCerts(
265 // Tests that There is no crash if the database is deleted while ListCerts
269 db_1_->ListCerts(base::Bind(&SwapCertLists, base::Unretained(&certlist)))
    [all...]
nss_cert_database_chromeos.cc 35 void NSSCertDatabaseChromeOS::ListCerts(
nss_cert_database.h 108 // DEPRECATED by |ListCerts|. See http://crbug.com/340460.
114 virtual void ListCerts(const ListCertsCallback& callback);
249 // Certificate listing implementation used by |ListCerts*| and
nss_cert_database.cc 83 void NSSCertDatabase::ListCerts(
nss_cert_database_unittest.cc 153 TEST_F(CertDatabaseNSSTest, ListCerts) {
158 cert_db_->ListCerts(base::Bind(&SwapCertList, base::Unretained(&certs)));
    [all...]
  /external/chromium_org/chromeos/
cert_loader.cc 158 database_->ListCerts(

Completed in 514 milliseconds