Searched refs:GetDialogButtonLabel (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/ui/base/models/
H A Ddialog_model.h44 virtual base::string16 GetDialogButtonLabel(DialogButton button) const = 0;
/external/chromium/chrome/browser/ui/views/
H A Drestart_message_box.h27 virtual std::wstring GetDialogButtonLabel(
H A Dexternal_protocol_dialog.h34 virtual std::wstring GetDialogButtonLabel(
H A Djs_modal_dialog_views.h43 virtual std::wstring GetDialogButtonLabel(
H A Drepost_form_warning_view.h36 virtual std::wstring GetDialogButtonLabel(
H A Drestart_message_box.cc28 std::wstring RestartMessageBox::GetDialogButtonLabel( function in class:RestartMessageBox
H A Dupdate_recommended_message_box.h30 virtual std::wstring GetDialogButtonLabel(
H A Djs_modal_dialog_views.cc120 std::wstring JSModalDialogViews::GetDialogButtonLabel( function in class:JSModalDialogViews
131 return DialogDelegate::GetDialogButtonLabel(button);
H A Drepost_form_warning_view.cc54 std::wstring RepostFormWarningView::GetDialogButtonLabel( function in class:RepostFormWarningView
H A Duninstall_view.h33 virtual std::wstring GetDialogButtonLabel(
H A Dupdate_recommended_message_box.cc54 std::wstring UpdateRecommendedMessageBox::GetDialogButtonLabel( function in class:UpdateRecommendedMessageBox
H A Duser_data_dir_dialog.h38 virtual std::wstring GetDialogButtonLabel(
/external/chromium/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.h31 virtual std::wstring GetDialogButtonLabel(
H A Dexternal_protocol_dialog.cc55 std::wstring ExternalProtocolDialog::GetDialogButtonLabel( function in class:ExternalProtocolDialog
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.h37 virtual std::wstring GetDialogButtonLabel(
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.h36 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dconfirm_bubble_views.h33 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
H A Dupdate_recommended_message_box.h28 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
H A Dconfirm_bubble_views.cc46 string16 ConfirmBubbleViews::GetDialogButtonLabel( function in class:ConfirmBubbleViews
55 return DialogDelegateView::GetDialogButtonLabel(button);
H A Djavascript_app_modal_dialog_views.cc123 string16 JavaScriptAppModalDialogViews::GetDialogButtonLabel( function in class:JavaScriptAppModalDialogViews
138 return DialogDelegate::GetDialogButtonLabel(button);
H A Dlogin_prompt_views.cc55 virtual string16 GetDialogButtonLabel(
59 return DialogDelegate::GetDialogButtonLabel(button);
/external/chromium_org/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.h35 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_win.cc44 virtual std::wstring GetDialogButtonLabel(
48 return DialogDelegate::GetDialogButtonLabel(button);
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.h38 virtual std::wstring GetDialogButtonLabel(
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.h55 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;

Completed in 1336 milliseconds

1234