/external/chromium/chrome/browser/ui/views/ |
D | html_dialog_view.cc | 65 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()
|
D | select_file_dialog.cc | 116 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()
|
D | keyboard_overlay_delegate.h | 36 virtual void OnDialogClosed(const std::string& json_retval);
|
D | keyboard_overlay_delegate.cc | 64 void KeyboardOverlayDelegate::OnDialogClosed( in OnDialogClosed() function in KeyboardOverlayDelegate
|
D | html_dialog_view.h | 69 virtual void OnDialogClosed(const std::string& json_retval);
|
/external/chromium/chrome/browser/ui/webui/ |
D | html_dialog_ui.cc | 43 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()
|
D | html_dialog_ui.h | 48 virtual void OnDialogClosed(const std::string& json_retval) = 0; 109 void OnDialogClosed(const ListValue* args);
|
D | constrained_html_ui_browsertest.cc | 47 virtual void OnDialogClosed(const std::string& json_retval) { } in OnDialogClosed() function in __anon52b928040111::TestHtmlDialogUIDelegate
|
D | constrained_html_ui.cc | 54 delegate->GetHtmlDialogUIDelegate()->OnDialogClosed(json_retval); in OnDialogClose()
|
D | collected_cookies_ui_delegate.h | 43 virtual void OnDialogClosed(const std::string& json_retval);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | html_dialog_gtk.cc | 86 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()
|
D | html_dialog_gtk.h | 45 virtual void OnDialogClosed(const std::string& json_retval);
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_html_dialog.h | 31 virtual void OnDialogClosed() = 0; 65 virtual void OnDialogClosed(const std::string& json_retval);
|
D | login_html_dialog.cc | 109 void LoginHtmlDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::LoginHtmlDialog 113 delegate_->OnDialogClosed(); in OnDialogClosed()
|
D | help_app_launcher.h | 49 virtual void OnDialogClosed() {} in OnDialogClosed() function
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_setup_flow.h | 51 virtual void OnDialogClosed() = 0; 73 virtual void OnDialogClosed(const std::string& json_retval);
|
D | cloud_print_setup_handler.cc | 12 void CloudPrintSetupHandler::OnDialogClosed() { in OnDialogClosed() function in CloudPrintSetupHandler
|
D | cloud_print_setup_handler.h | 32 virtual void OnDialogClosed();
|
D | cloud_print_setup_flow.cc | 171 void CloudPrintSetupFlow::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in CloudPrintSetupFlow 177 delegate_->OnDialogClosed(); in OnDialogClosed()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | html_dialog_window_controller.mm | 45 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
|
D | html_dialog_window_controller_unittest.mm | 36 MOCK_METHOD1(OnDialogClosed, void(const std::string& json_retval)); 83 EXPECT_CALL(delegate_, OnDialogClosed(_))
|
/external/chromium/chrome/browser/chromeos/ |
D | choose_mobile_network_dialog.h | 30 virtual void OnDialogClosed(const std::string& json_retval);
|
D | sim_dialog_delegate.h | 40 virtual void OnDialogClosed(const std::string& json_retval);
|
D | choose_mobile_network_dialog.cc | 86 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ChooseMobileNetworkDialog
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_ui.cc | 116 virtual void OnDialogClosed(const std::string& json_retval); 196 void LoginHandlerHtmlDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in LoginHandlerHtmlDelegate
|