Home
last modified time | relevance | path

Searched refs:OnDialogClosed (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/ui/web_dialogs/
Dweb_dialog_ui.cc56 OnDialogClosed(args); in CloseDialog()
83 base::Bind(&WebDialogUI::OnDialogClosed, base::Unretained(this))); in RenderViewCreated()
105 void WebDialogUI::OnDialogClosed(const base::ListValue* args) { in OnDialogClosed() function in ui::WebDialogUI
Dweb_dialog_delegate.cc27 OnDialogClosed(json_retval); in OnDialogCloseFromWebUI()
Dweb_dialog_ui.h78 void OnDialogClosed(const base::ListValue* args);
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dlogin_web_dialog.cc45 void LoginWebDialog::Delegate::OnDialogClosed() { in OnDialogClosed() function in chromeos::LoginWebDialog::Delegate
131 void LoginWebDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::LoginWebDialog
135 delegate_->OnDialogClosed(); in OnDialogClosed()
Dproxy_settings_dialog.cc92 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ProxySettingsDialog
93 LoginWebDialog::OnDialogClosed(json_retval); in OnDialogClosed()
Dlogin_web_dialog.h34 virtual void OnDialogClosed();
81 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
Dproxy_settings_dialog.h33 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/ui/views/controls/webview/
Dweb_dialog_view.cc151 OnDialogClosed(""); in WindowClosing()
225 void WebDialogView::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in views::WebDialogView
236 delegate_->OnDialogClosed(json_retval); in OnDialogClosed()
292 OnDialogClosed(closed_via_webui_ ? dialog_close_retval_ : std::string()); in CloseContents()
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
Djavascript_dialog_manager.cc122 void OnDialogClosed(WebContents* web_contents,
198 base::Bind(&ChromeJavaScriptDialogManager::OnDialogClosed, in RunJavaScriptDialog()
229 base::Bind(&ChromeJavaScriptDialogManager::OnDialogClosed, in RunBeforeUnloadDialog()
303 void ChromeJavaScriptDialogManager::OnDialogClosed( in OnDialogClosed() function in __anon847b16ae0111::ChromeJavaScriptDialogManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_dialog.cc53 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
131 void MobileSetupDialogDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in MobileSetupDialogDelegate
/external/chromium_org/chrome/browser/ui/cocoa/
Dweb_dialog_window_controller.mm55 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
82 // Calls delegate_'s OnDialogClosed() exactly once, nulling it out afterwards
84 // not the OnDialogClosed() was actually called on the delegate.
134 real_delegate->OnDialogClosed(json_retval);
192 void WebDialogWindowDelegateBridge::OnDialogClosed( function
212 OnDialogClosed(std::string());
Dweb_dialog_window_controller_unittest.mm42 MOCK_METHOD1(OnDialogClosed, void(const std::string& json_retval));
89 EXPECT_CALL(delegate_, OnDialogClosed(_))
/external/chromium_org/chrome/browser/ui/views/
Dweb_dialog_view_browsertest.cc68 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE { in OnDialogClosed() function in __anonf4b635b70111::TestWebDialogView
70 views::WebDialogView::OnDialogClosed(json_retval); in OnDialogClosed()
/external/chromium_org/ui/web_dialogs/test/
Dtest_web_dialog_delegate.cc47 void TestWebDialogDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in ui::test::TestWebDialogDelegate
Dtest_web_dialog_delegate.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/ash/system/chromeos/session/
Dlogout_confirmation_controller.h52 void OnDialogClosed();
/external/chromium_org/chrome/browser/chromeos/ui/
Dchoose_mobile_network_dialog.h32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
Dinline_login_dialog.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
Dchoose_mobile_network_dialog.cc60 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ChooseMobileNetworkDialog
Dinline_login_dialog.cc67 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in ui::InlineLoginDialog
/external/chromium_org/chrome/browser/ui/sync/
Dinline_login_dialog.cc46 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in InlineLoginDialog
Dinline_login_dialog.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/
Dset_time_dialog.h34 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
Dset_time_dialog.cc65 void SetTimeDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::SetTimeDialog
/external/chromium_org/chrome/browser/chromeos/charger_replace/
Dcharger_link_dialog.cc73 void ChargerLinkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ChargerLinkDialog

123