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

/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_delegate_nss.cc47 const std::string& slot_name,
60 slot_name,
68 void ChromeNSSCryptoModuleDelegate::ShowDialog(const std::string& slot_name, argument
72 slot_name,
46 RequestPassword( const std::string& slot_name, bool retry, bool* cancelled) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.cc23 const std::string& slot_name,
28 Init(hostname, slot_name, reason);
81 const std::string& slot_name,
86 const base::string16& slot16 = base::UTF8ToUTF16(slot_name);
154 const std::string& slot_name,
161 new CryptoModulePasswordDialogView(slot_name, reason, hostname, callback);
22 CryptoModulePasswordDialogView( const std::string& slot_name, CryptoModulePasswordReason reason, const std::string& hostname, const CryptoModulePasswordCallback& callback) argument
80 Init(const std::string& hostname, const std::string& slot_name, CryptoModulePasswordReason reason) argument
153 ShowCryptoModulePasswordDialog( const std::string& slot_name, bool retry, CryptoModulePasswordReason reason, const std::string& hostname, gfx::NativeWindow parent, const CryptoModulePasswordCallback& callback) argument

Completed in 1344 milliseconds