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

/external/chromium_org/chromeos/network/onc/
H A Donc_certificate_importer_impl.cc125 net::CertificateList all_certs; local
127 target_nssdb->ListCertsSync(&all_certs);
129 for (net::CertificateList::iterator iter = all_certs.begin();
130 iter != all_certs.end(); ++iter) {
/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_nss.cc448 scoped_ptr<net::CertificateList> all_certs) {
450 state->certs_ = all_certs.Pass();
447 DidGetCertificates(scoped_ptr<GetCertificatesState> state, scoped_ptr<net::CertificateList> all_certs) argument

Completed in 1346 milliseconds