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

/external/chromium/chrome/browser/ui/gtk/
H A Dcrypto_module_password_dialog.cc81 class CryptoModulePasswordDialog { class in namespace:__anon2448
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( function in class:__anon2448::CryptoModulePasswordDialog
185 void CryptoModulePasswordDialog::Show() {
189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog,
203 void CryptoModulePasswordDialog
[all...]

Completed in 34 milliseconds