Home
last modified time | relevance | path

Searched refs:CryptoModulePasswordDialog (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcrypto_module_password_dialog.cc81 class CryptoModulePasswordDialog { class
83 CryptoModulePasswordDialog(const std::string& slot_name,
92 CHROMEGTK_CALLBACK_1(CryptoModulePasswordDialog, void, OnResponse, int);
93 CHROMEGTK_CALLBACK_0(CryptoModulePasswordDialog, void, OnWindowDestroy);
100 DISALLOW_COPY_AND_ASSIGN(CryptoModulePasswordDialog);
103 CryptoModulePasswordDialog::CryptoModulePasswordDialog( in CryptoModulePasswordDialog() function in __anon8a7118070111::CryptoModulePasswordDialog
185 void CryptoModulePasswordDialog::Show() { in Show()
189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog, in OnResponse()
203 void CryptoModulePasswordDialog::OnWindowDestroy(GtkWidget* widget) { in OnWindowDestroy()
219 (new CryptoModulePasswordDialog(slot_name, retry, reason, server, in ShowCryptoModulePasswordDialog()