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

123

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dproxy_settings_dialog.h33 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dlogin_web_dialog.cc45 void LoginWebDialog::Delegate::OnDialogClosed() { function in class:chromeos::LoginWebDialog::Delegate
131 void LoginWebDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::LoginWebDialog
135 delegate_->OnDialogClosed();
H A Dproxy_settings_dialog.cc92 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ProxySettingsDialog
93 LoginWebDialog::OnDialogClosed(json_retval);
H A Dlogin_web_dialog.h34 virtual void OnDialogClosed();
81 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/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 base::ListValue* args) { function in class:ui::WebDialogUI
H A Dweb_dialog_delegate.cc27 OnDialogClosed(json_retval);
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller.h52 void OnDialogClosed();
H A Dlogout_confirmation_controller.cc79 void LogoutConfirmationController::OnDialogClosed() { function in class:ash::LogoutConfirmationController
/external/chromium_org/chrome/browser/chromeos/
H A Dset_time_dialog.h34 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dset_time_dialog.cc63 void SetTimeDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::SetTimeDialog
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dchoose_mobile_network_dialog.cc59 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;
H A Dinline_login_dialog.cc67 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { function in class:ui::InlineLoginDialog
H A Dinline_login_dialog.h35 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_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_dialog.cc53 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
131 void MobileSetupDialogDelegate::OnDialogClosed(const std::string& json_retval) { function in class:MobileSetupDialogDelegate
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.h46 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/bluetooth/
H A Dbluetooth_pairing_dialog.cc83 void BluetoothPairingDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::BluetoothPairingDialog
H A Dbluetooth_pairing_dialog.h40 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/charger_replace/
H A Dcharger_link_dialog.cc73 void ChargerLinkDialog::OnDialogClosed(const std::string& json_retval) { function in class:chromeos::ChargerLinkDialog
H A Dcharger_link_dialog.h32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dcharger_replacement_dialog.h44 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;

Completed in 300 milliseconds

123