HomeSort by relevance Sort by last modified time
    Searched refs:GetDialogButtonLabel (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/ui/base/models/
dialog_model.h 44 virtual base::string16 GetDialogButtonLabel(DialogButton button) const = 0;
  /external/chromium/chrome/browser/ui/views/
restart_message_box.h 27 virtual std::wstring GetDialogButtonLabel(
external_protocol_dialog.h 34 virtual std::wstring GetDialogButtonLabel(
js_modal_dialog_views.h 43 virtual std::wstring GetDialogButtonLabel(
repost_form_warning_view.h 36 virtual std::wstring GetDialogButtonLabel(
update_recommended_message_box.h 30 virtual std::wstring GetDialogButtonLabel(
restart_message_box.cc 28 std::wstring RestartMessageBox::GetDialogButtonLabel(
uninstall_view.h 33 virtual std::wstring GetDialogButtonLabel(
user_data_dir_dialog.h 38 virtual std::wstring GetDialogButtonLabel(
js_modal_dialog_views.cc 120 std::wstring JSModalDialogViews::GetDialogButtonLabel(
131 return DialogDelegate::GetDialogButtonLabel(button);
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h 31 virtual std::wstring GetDialogButtonLabel(
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.h 36 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.h 33 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
update_recommended_message_box.h 28 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
external_protocol_dialog.h 37 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
javascript_app_modal_dialog_views.h 40 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
uninstall_view.h 43 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
user_data_dir_dialog_view.h 31 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
confirm_bubble_views.cc 46 string16 ConfirmBubbleViews::GetDialogButtonLabel(
55 return DialogDelegateView::GetDialogButtonLabel(button);
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.h 35 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.h 38 virtual std::wstring GetDialogButtonLabel(
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.h 37 virtual std::wstring GetDialogButtonLabel(
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h 55 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.h 28 virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 44 virtual std::wstring GetDialogButtonLabel(
48 return DialogDelegate::GetDialogButtonLabel(button);

Completed in 591 milliseconds

1 2 3 4