Searched refs:OnDialogClosed (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_handler.cc12 void CloudPrintSetupHandler::OnDialogClosed() { function in class:CloudPrintSetupHandler
H A Dcloud_print_setup_handler.h32 virtual void OnDialogClosed();
H A Dcloud_print_setup_flow.h51 virtual void OnDialogClosed() = 0;
73 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dproxy_settings_dialog.h28 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dlogin_web_dialog.cc35 void LoginWebDialog::Delegate::OnDialogClosed() { function in class:chromeos::LoginWebDialog::Delegate
102 void LoginWebDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::LoginWebDialog
106 delegate_->OnDialogClosed();
H A Dlogin_web_dialog.h30 virtual void OnDialogClosed();
70 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dproxy_settings_dialog.cc87 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ProxySettingsDialog
88 LoginWebDialog::OnDialogClosed(json_retval);
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_ui.cc43 NewCallback(this, &HtmlDialogUI::OnDialogClosed));
64 void HtmlDialogUI::OnDialogClosed(const ListValue* args) { function in class:HtmlDialogUI
72 (*delegate)->OnDialogClosed(json_retval);
H A Dhtml_dialog_ui.h48 virtual void OnDialogClosed(const std::string& json_retval) = 0;
51 // closed, and that OnDialogClosed() will be called shortly.
109 void OnDialogClosed(const ListValue* args);
H A Dconstrained_html_ui_browsertest.cc47 virtual void OnDialogClosed(const std::string& json_retval) { } function in class:__anon2769::TestHtmlDialogUIDelegate
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_ui.cc56 OnDialogClosed(args);
83 base::Bind(&WebDialogUI::OnDialogClosed, base::Unretained(this)));
105 void WebDialogUI::OnDialogClosed(const ListValue* args) { function in class:ui::WebDialogUI
H A Dweb_dialog_delegate.cc19 OnDialogClosed(json_retval);
/external/chromium/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.h30 virtual void OnDialogClosed(const std::string& json_retval);
H A Dsim_dialog_delegate.h40 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.h49 virtual void OnDialogClosed() {} function in class:chromeos::HelpAppLauncher
H A Dlogin_html_dialog.h31 virtual void OnDialogClosed() = 0;
65 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium/chrome/browser/ui/views/
H A Dhtml_dialog_view.cc65 OnDialogClosed(std::string());
94 OnDialogClosed("");
144 void HtmlDialogView::OnDialogClosed(const std::string& json_retval) { function in class:HtmlDialogView
149 dialog_delegate->OnDialogClosed(json_retval);
208 OnDialogClosed(std::string());
H A Dkeyboard_overlay_delegate.h36 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium_org/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.cc60 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ChooseMobileNetworkDialog
H A Dchoose_mobile_network_dialog.h32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
H A Dinline_login_dialog.cc46 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { function in class:InlineLoginDialog
H A Dinline_login_dialog.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_dialog_delegate.cc47 void TestWebDialogDelegate::OnDialogClosed(const std::string& json_retval) { function in class:ui::test::TestWebDialogDelegate
H A Dtest_web_dialog_delegate.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium/chrome/browser/ui/gtk/
H A Dhtml_dialog_gtk.cc86 void HtmlDialogGtk::OnDialogClosed(const std::string& json_retval) { function in class:HtmlDialogGtk
93 dialog_delegate->OnDialogClosed(json_retval);
170 OnDialogClosed(std::string());

Completed in 582 milliseconds

1234