/external/chromium/chrome/browser/ui/gtk/ |
D | crypto_module_password_dialog.cc | 40 virtual std::string RequestPassword(const std::string& slot_name, bool retry, in RequestPassword() argument 49 slot_name, in RequestPassword() 58 void ShowDialog(const std::string& slot_name, bool retry) { in ShowDialog() argument 61 slot_name, retry, reason_, server_, in ShowDialog() 83 CryptoModulePasswordDialog(const std::string& slot_name, 104 const std::string& slot_name, in CryptoModulePasswordDialog() argument 129 const string16& slot16 = UTF8ToUTF16(slot_name); in CryptoModulePasswordDialog() 214 void ShowCryptoModulePasswordDialog(const std::string& slot_name, in ShowCryptoModulePasswordDialog() argument 219 (new CryptoModulePasswordDialog(slot_name, retry, reason, server, in ShowCryptoModulePasswordDialog()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | crypto_module_password_dialog_view.cc | 24 const std::string& slot_name, in CryptoModulePasswordDialogView() argument 29 Init(server, slot_name, reason); in CryptoModulePasswordDialogView() 82 const std::string& slot_name, in Init() argument 87 const base::string16& slot16 = UTF8ToUTF16(slot_name); in Init() 152 const std::string& slot_name, in ShowCryptoModulePasswordDialog() argument 159 new CryptoModulePasswordDialogView(slot_name, reason, server, callback); in ShowCryptoModulePasswordDialog()
|
D | crypto_module_password_dialog_view.h | 26 CryptoModulePasswordDialogView(const std::string& slot_name, 55 const std::string& slot_name,
|
/external/chromium_org/chrome/browser/ui/ |
D | crypto_module_delegate_nss.cc | 46 const std::string& slot_name, in RequestPassword() argument 59 slot_name, in RequestPassword() 67 void ChromeNSSCryptoModuleDelegate::ShowDialog(const std::string& slot_name, in ShowDialog() argument 71 slot_name, in ShowDialog()
|
D | crypto_module_delegate_nss.h | 46 virtual std::string RequestPassword(const std::string& slot_name, 51 void ShowDialog(const std::string& slot_name, bool retry);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | crypto_module_password_dialog_gtk.cc | 24 const std::string& slot_name, 48 const std::string& slot_name, in CryptoModulePasswordDialog() argument 74 const base::string16& slot16 = UTF8ToUTF16(slot_name); in CryptoModulePasswordDialog() 157 const std::string& slot_name, in ShowCryptoModulePasswordDialog() argument 164 slot_name, retry, reason, server, parent, callback))->Show(); in ShowCryptoModulePasswordDialog()
|
/external/chromium/crypto/ |
D | crypto_module_blocking_password_delegate.h | 28 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
|
/external/chromium_org/crypto/ |
D | nss_crypto_module_delegate.h | 36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
|