Searched refs:json_retval (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc26 const std::string& json_retval) {
27 OnDialogClosed(json_retval);
25 OnDialogCloseFromWebUI( const std::string& json_retval) argument
H A Dweb_dialog_ui.cc108 std::string json_retval; local
109 if (args && !args->empty() && !args->GetString(0, &json_retval))
112 delegate->OnDialogCloseFromWebUI(json_retval);
H A Dweb_dialog_delegate.h90 virtual void OnDialogClosed(const std::string& json_retval) = 0;
94 virtual void OnDialogCloseFromWebUI(const std::string& json_retval);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dproxy_settings_dialog.h33 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dproxy_settings_dialog.cc92 void ProxySettingsDialog::OnDialogClosed(const std::string& json_retval) { argument
93 LoginWebDialog::OnDialogClosed(json_retval);
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_ui.cc83 std::string json_retval;
84 if (!args->empty() && !args->GetString(0, &json_retval))
86 delegate->GetWebDialogDelegate()->OnDialogClosed(json_retval);
/external/chromium_org/chrome/browser/chromeos/
H A Dset_time_dialog.h34 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dset_time_dialog.cc65 void SetTimeDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dsim_dialog_delegate.cc100 void SimDialogDelegate::OnDialogClosed(const std::string& json_retval) { argument
H A Dsim_dialog_delegate.h42 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dchoose_mobile_network_dialog.cc60 void ChooseMobileNetworkDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dchoose_mobile_network_dialog.h32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dinline_login_dialog.cc67 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dinline_login_dialog.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
H A Dinline_login_dialog.cc46 void InlineLoginDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dinline_login_dialog.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_dialog_delegate.cc47 void TestWebDialogDelegate::OnDialogClosed(const std::string& json_retval) { argument
H A Dtest_web_dialog_delegate.h35 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_dialog.cc53 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
131 void MobileSetupDialogDelegate::OnDialogClosed(const std::string& json_retval) { argument
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.h46 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/bluetooth/
H A Dbluetooth_pairing_dialog.cc83 void BluetoothPairingDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dbluetooth_pairing_dialog.h40 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/charger_replace/
H A Dcharger_link_dialog.cc73 void ChargerLinkDialog::OnDialogClosed(const std::string& json_retval) { argument
H A Dcharger_link_dialog.h32 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
H A Dcharger_replacement_dialog.h44 virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;

Completed in 375 milliseconds

12