Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/views/
Dhtml_dialog_view.cc65 OnDialogClosed(std::string()); in AcceleratorPressed()
94 OnDialogClosed(""); in WindowClosing()
144 void HtmlDialogView::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in HtmlDialogView
149 dialog_delegate->OnDialogClosed(json_retval); in OnDialogClosed()
208 OnDialogClosed(std::string()); in CloseContents()
Dselect_file_dialog.cc116 virtual void OnDialogClosed(const std::string& json_retval);
144 void OnDialogClosed(FileBrowseDelegate* delegate, const std::string& json);
244 void SelectFileDialogImpl::OnDialogClosed(FileBrowseDelegate* delegate, in OnDialogClosed() function in SelectFileDialogImpl
459 void SelectFileDialogImpl::FileBrowseDelegate::OnDialogClosed( in OnDialogClosed() function in SelectFileDialogImpl::FileBrowseDelegate
461 owner_->OnDialogClosed(this, json_retval); in OnDialogClosed()
Dkeyboard_overlay_delegate.h36 virtual void OnDialogClosed(const std::string& json_retval);
Dkeyboard_overlay_delegate.cc64 void KeyboardOverlayDelegate::OnDialogClosed( in OnDialogClosed() function in KeyboardOverlayDelegate
Dhtml_dialog_view.h69 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium/chrome/browser/ui/webui/
Dhtml_dialog_ui.cc43 NewCallback(this, &HtmlDialogUI::OnDialogClosed)); in RenderViewCreated()
64 void HtmlDialogUI::OnDialogClosed(const ListValue* args) { in OnDialogClosed() function in HtmlDialogUI
72 (*delegate)->OnDialogClosed(json_retval); in OnDialogClosed()
Dhtml_dialog_ui.h48 virtual void OnDialogClosed(const std::string& json_retval) = 0;
109 void OnDialogClosed(const ListValue* args);
Dconstrained_html_ui_browsertest.cc47 virtual void OnDialogClosed(const std::string& json_retval) { } in OnDialogClosed() function in __anon52b928040111::TestHtmlDialogUIDelegate
Dconstrained_html_ui.cc54 delegate->GetHtmlDialogUIDelegate()->OnDialogClosed(json_retval); in OnDialogClose()
Dcollected_cookies_ui_delegate.h43 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium/chrome/browser/ui/gtk/
Dhtml_dialog_gtk.cc86 void HtmlDialogGtk::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in HtmlDialogGtk
93 dialog_delegate->OnDialogClosed(json_retval); in OnDialogClosed()
170 OnDialogClosed(std::string()); in OnResponse()
Dhtml_dialog_gtk.h45 virtual void OnDialogClosed(const std::string& json_retval);
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.h31 virtual void OnDialogClosed() = 0;
65 virtual void OnDialogClosed(const std::string& json_retval);
Dlogin_html_dialog.cc109 void LoginHtmlDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::LoginHtmlDialog
113 delegate_->OnDialogClosed(); in OnDialogClosed()
Dhelp_app_launcher.h49 virtual void OnDialogClosed() {} in OnDialogClosed() function
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_setup_flow.h51 virtual void OnDialogClosed() = 0;
73 virtual void OnDialogClosed(const std::string& json_retval);
Dcloud_print_setup_handler.cc12 void CloudPrintSetupHandler::OnDialogClosed() { in OnDialogClosed() function in CloudPrintSetupHandler
Dcloud_print_setup_handler.h32 virtual void OnDialogClosed();
Dcloud_print_setup_flow.cc171 void CloudPrintSetupFlow::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in CloudPrintSetupFlow
177 delegate_->OnDialogClosed(); in OnDialogClosed()
/external/chromium/chrome/browser/ui/cocoa/
Dhtml_dialog_window_controller.mm45 virtual void OnDialogClosed(const std::string& json_retval);
57 // Calls delegate_'s OnDialogClosed() exactly once, nulling it out
59 // to it. Returns whether or not the OnDialogClosed() was actually
107 real_delegate->OnDialogClosed(json_retval);
158 void HtmlDialogWindowDelegateBridge::OnDialogClosed( function
Dhtml_dialog_window_controller_unittest.mm36 MOCK_METHOD1(OnDialogClosed, void(const std::string& json_retval));
83 EXPECT_CALL(delegate_, OnDialogClosed(_))
/external/chromium/chrome/browser/chromeos/
Dchoose_mobile_network_dialog.h30 virtual void OnDialogClosed(const std::string& json_retval);
Dsim_dialog_delegate.h40 virtual void OnDialogClosed(const std::string& json_retval);
Dchoose_mobile_network_dialog.cc86 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ChooseMobileNetworkDialog
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_ui.cc116 virtual void OnDialogClosed(const std::string& json_retval);
196 void LoginHandlerHtmlDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in LoginHandlerHtmlDelegate

12