Home | History | Annotate | Download | only in cert

Lines Matching refs:ListCerts

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)));