Searched defs:OnDialogClosed (Results 1 - 25 of 42) sorted by relevance

12

/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_flow.cc171 void CloudPrintSetupFlow::OnDialogClosed(const std::string& json_retval) { function in class:CloudPrintSetupFlow
177 delegate_->OnDialogClosed();
/external/chromium/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.h49 virtual void OnDialogClosed() {} function in class:chromeos::HelpAppLauncher
H A Dnetwork_selection_view.h85 virtual void OnDialogClosed() {} function in class:chromeos::NetworkSelectionView
H A Dlogin_html_dialog.cc109 void LoginHtmlDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::LoginHtmlDialog
113 delegate_->OnDialogClosed();
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui_browsertest.cc47 virtual void OnDialogClosed(const std::string& json_retval) { } function in class:__anon2772::TestHtmlDialogUIDelegate
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);
/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
/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
/external/chromium/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.cc86 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ChooseMobileNetworkDialog
H A Dsim_dialog_delegate.cc125 void SimDialogDelegate::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::SimDialogDelegate
/external/chromium/chrome/browser/ui/views/
H A Dkeyboard_overlay_delegate.cc64 void KeyboardOverlayDelegate::OnDialogClosed( function in class:KeyboardOverlayDelegate
H A Dhtml_dialog_view_browsertest.cc56 virtual void OnDialogClosed(const std::string& json_retval) { } function in class:__anon2730::TestHtmlDialogUIDelegate
/external/chromium_org/chrome/browser/chromeos/bluetooth/
H A Dbluetooth_pairing_dialog.cc81 void BluetoothPairingDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::BluetoothPairingDialog
/external/chromium_org/chrome/browser/chromeos/charger_replace/
H A Dcharger_link_dialog.cc70 void ChargerLinkDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ChargerLinkDialog
H A Dcharger_replacement_dialog.cc124 void ChargerReplacementDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ChargerReplacementDialog
/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 Dsim_dialog_delegate.cc100 void SimDialogDelegate::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::SimDialogDelegate
/external/chromium_org/chrome/browser/chromeos/login/
H A Dproxy_settings_dialog.cc88 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ProxySettingsDialog
89 LoginWebDialog::OnDialogClosed(json_retval);
H A Dlogin_web_dialog.cc39 void LoginWebDialog::Delegate::OnDialogClosed() { function in class:chromeos::LoginWebDialog::Delegate
112 void LoginWebDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::LoginWebDialog
116 delegate_->OnDialogClosed();
/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
/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());
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.cc130 void KeyboardOverlayDelegate::OnDialogClosed( function in class:ash::KeyboardOverlayDelegate
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_dialog.cc56 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
139 void MobileSetupDialogDelegate::OnDialogClosed(const std::string& json_retval) { function in class:MobileSetupDialogDelegate
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.cc186 void SyncSetupFlow::OnDialogClosed(const std::string& json_retval) { function in class:SyncSetupFlow

Completed in 461 milliseconds

12