Searched refs:CryptoModuleList (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.h19 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef in namespace:net
28 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
H A Dcrypto_module_password_dialog_nss.cc30 SlotUnlocker(const net::CryptoModuleList& modules,
43 net::CryptoModuleList modules_;
51 SlotUnlocker::SlotUnlocker(const net::CryptoModuleList& modules,
125 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
145 net::CryptoModuleList modules;
/external/chromium_org/net/base/
H A Dcrypto_module.h22 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef in namespace:net
/external/chromium_org/net/cert/
H A Dnss_cert_database_chromeos.h29 virtual void ListModules(CryptoModuleList* modules, bool need_rw) const
H A Dnss_cert_database_chromeos_unittest.cc109 CryptoModuleList modules_1;
110 CryptoModuleList modules_2;
116 for (CryptoModuleList::iterator it = modules_1.begin(); it != modules_1.end();
125 for (CryptoModuleList::iterator it = modules_2.begin(); it != modules_2.end();
H A Dnss_cert_database.h31 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef in namespace:net
144 // TODO(mattm): come up with better alternative to CryptoModuleList.
145 virtual void ListModules(CryptoModuleList* modules, bool need_rw) const;
H A Dnss_cert_database_chromeos.cc59 void NSSCertDatabaseChromeOS::ListModules(CryptoModuleList* modules,
H A Dnss_cert_database.cc130 void NSSCertDatabase::ListModules(CryptoModuleList* modules,
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc82 net::CryptoModuleList modules;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc764 net::CryptoModuleList modules;

Completed in 503 milliseconds