/external/chromium/chrome/browser/ui/webui/ |
D | constrained_html_ui.cc | 51 std::string json_retval; in OnDialogClose() local 52 if (!args->GetString(0, &json_retval)) in OnDialogClose() 54 delegate->GetHtmlDialogUIDelegate()->OnDialogClosed(json_retval); in OnDialogClose()
|
D | html_dialog_ui.cc | 68 std::string json_retval; in OnDialogClosed() local 69 if (!args->GetString(0, &json_retval)) in OnDialogClosed() 72 (*delegate)->OnDialogClosed(json_retval); in OnDialogClosed()
|
D | constrained_html_ui_browsertest.cc | 47 virtual void OnDialogClosed(const std::string& json_retval) { } in OnDialogClosed() argument
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | constrained_web_dialog_ui.cc | 83 std::string json_retval; in OnDialogCloseMessage() local 84 if (!args->empty() && !args->GetString(0, &json_retval)) in OnDialogCloseMessage() 86 delegate->GetWebDialogDelegate()->OnDialogClosed(json_retval); in OnDialogCloseMessage()
|
/external/chromium_org/ui/web_dialogs/ |
D | web_dialog_ui.cc | 108 std::string json_retval; in OnDialogClosed() local 109 if (args && !args->empty() && !args->GetString(0, &json_retval)) in OnDialogClosed() 112 delegate->OnDialogCloseFromWebUI(json_retval); in OnDialogClosed()
|
D | web_dialog_delegate.cc | 22 const std::string& json_retval) { in OnDialogCloseFromWebUI() argument 23 OnDialogClosed(json_retval); in OnDialogCloseFromWebUI()
|
D | web_dialog_delegate.h | 86 virtual void OnDialogClosed(const std::string& json_retval) = 0; 90 virtual void OnDialogCloseFromWebUI(const std::string& json_retval);
|
/external/chromium_org/ui/views/controls/webview/ |
D | web_dialog_view.cc | 229 void WebDialogView::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument 240 delegate_->OnDialogClosed(json_retval); in OnDialogClosed() 245 void WebDialogView::OnDialogCloseFromWebUI(const std::string& json_retval) { in OnDialogCloseFromWebUI() argument 247 dialog_close_retval_ = json_retval; in OnDialogCloseFromWebUI()
|
D | web_dialog_view.h | 88 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE; 90 const std::string& json_retval) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | proxy_settings_dialog.cc | 88 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument 89 LoginWebDialog::OnDialogClosed(json_retval); in OnDialogClosed()
|
D | proxy_settings_dialog.h | 28 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
/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() argument 201 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json_retval, false)); in OnDialogClosed()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | html_dialog_window_controller.mm | 45 virtual void OnDialogClosed(const std::string& json_retval); 61 bool DelegateOnDialogClosed(const std::string& json_retval); 103 const std::string& json_retval) { 107 real_delegate->OnDialogClosed(json_retval); 159 const std::string& json_retval) { 162 if (DelegateOnDialogClosed(json_retval)) {
|
/external/chromium/chrome/browser/ui/gtk/ |
D | html_dialog_gtk.cc | 86 void HtmlDialogGtk::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument 93 dialog_delegate->OnDialogClosed(json_retval); in OnDialogClosed()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | mobile_setup_dialog.cc | 56 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE; 139 void MobileSetupDialogDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | web_dialog_window_controller.mm | 56 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE; 85 bool DelegateOnDialogClosed(const std::string& json_retval); 130 const std::string& json_retval) { 134 real_delegate->OnDialogClosed(json_retval); 193 const std::string& json_retval) { 196 if (DelegateOnDialogClosed(json_retval)) {
|
/external/chromium/chrome/browser/ui/views/ |
D | html_dialog_view.cc | 144 void HtmlDialogView::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument 149 dialog_delegate->OnDialogClosed(json_retval); in OnDialogClosed()
|
D | keyboard_overlay_delegate.h | 36 virtual void OnDialogClosed(const std::string& json_retval);
|
/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 69 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE { in OnDialogClosed() argument 71 views::WebDialogView::OnDialogClosed(json_retval); in 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);
|
/external/chromium_org/ui/web_dialogs/test/ |
D | test_web_dialog_delegate.cc | 47 void TestWebDialogDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | inline_login_dialog.cc | 46 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument
|
/external/chromium_org/chrome/browser/chromeos/ |
D | choose_mobile_network_dialog.h | 32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
D | choose_mobile_network_dialog.cc | 60 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() argument
|