/external/chromium_org/ui/web_dialogs/ |
D | web_dialog_ui.cc | 56 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
|
D | web_dialog_delegate.cc | 27 OnDialogClosed(json_retval); in OnDialogCloseFromWebUI()
|
D | web_dialog_ui.h | 78 void OnDialogClosed(const base::ListValue* args);
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | login_web_dialog.cc | 45 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()
|
D | proxy_settings_dialog.cc | 92 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ProxySettingsDialog 93 LoginWebDialog::OnDialogClosed(json_retval); in OnDialogClosed()
|
D | login_web_dialog.h | 34 virtual void OnDialogClosed(); 81 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
D | proxy_settings_dialog.h | 33 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
/external/chromium_org/ui/views/controls/webview/ |
D | web_dialog_view.cc | 151 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/ |
D | javascript_dialog_manager.cc | 122 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/ |
D | mobile_setup_dialog.cc | 53 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/ |
D | web_dialog_window_controller.mm | 55 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());
|
D | web_dialog_window_controller_unittest.mm | 42 MOCK_METHOD1(OnDialogClosed, void(const std::string& json_retval)); 89 EXPECT_CALL(delegate_, OnDialogClosed(_))
|
/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 68 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/ |
D | test_web_dialog_delegate.cc | 47 void TestWebDialogDelegate::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in ui::test::TestWebDialogDelegate
|
D | test_web_dialog_delegate.h | 35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
/external/chromium_org/ash/system/chromeos/session/ |
D | logout_confirmation_controller.h | 52 void OnDialogClosed();
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | choose_mobile_network_dialog.h | 32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
D | inline_login_dialog.h | 35 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() function in chromeos::ChooseMobileNetworkDialog
|
D | inline_login_dialog.cc | 67 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in ui::InlineLoginDialog
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | inline_login_dialog.cc | 46 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in InlineLoginDialog
|
D | inline_login_dialog.h | 35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ |
D | set_time_dialog.h | 34 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
|
D | set_time_dialog.cc | 65 void SetTimeDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::SetTimeDialog
|
/external/chromium_org/chrome/browser/chromeos/charger_replace/ |
D | charger_link_dialog.cc | 73 void ChargerLinkDialog::OnDialogClosed(const std::string& json_retval) { in OnDialogClosed() function in chromeos::ChargerLinkDialog
|