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

1 2

  /external/chromium_org/ui/base/
ui_base_types.h 30 DIALOG_BUTTON_CANCEL = 2,
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_apitest.cc 134 expected_dialog_buttons_ = ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
147 expected_dialog_buttons_ = ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
160 expected_dialog_buttons_ = ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
173 expected_dialog_buttons_ = ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 101 if ((buttons & ui::DIALOG_BUTTON_CANCEL) ||
117 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
123 if (GetDialogButtons() & ui::DIALOG_BUTTON_CANCEL)
124 return ui::DIALOG_BUTTON_CANCEL;
136 if (button == ui::DIALOG_BUTTON_CANCEL) {
164 if (default_button & ui::DIALOG_BUTTON_CANCEL)
dialog_client_view_unittest.cc 126 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
145 SetDialogButtons(ui::DIALOG_BUTTON_CANCEL);
153 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
160 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
175 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
213 SetDialogButtons(ui::DIALOG_BUTTON_CANCEL);
dialog_client_view.cc 94 if (!(buttons & ui::DIALOG_BUTTON_CANCEL))
105 if (buttons & ui::DIALOG_BUTTON_CANCEL) {
107 cancel_button_ = CreateDialogButton(ui::DIALOG_BUTTON_CANCEL);
112 UpdateButton(cancel_button_, ui::DIALOG_BUTTON_CANCEL);
160 } else if (default_button == ui::DIALOG_BUTTON_CANCEL && cancel_button_) {
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 51 case ui::DIALOG_BUTTON_CANCEL:
63 case ui::DIALOG_BUTTON_CANCEL:
javascript_app_modal_dialog_views.cc 103 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
151 } else if (button == ui::DIALOG_BUTTON_CANCEL) {
external_protocol_dialog.cc 60 return ui::DIALOG_BUTTON_CANCEL;
tab_modal_confirm_dialog_views.cc 81 if (button == ui::DIALOG_BUTTON_CANCEL)
pdf_password_dialog.cc 83 if (button == ui::DIALOG_BUTTON_CANCEL)
simple_message_box_views.cc 129 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
137 if (button == ui::DIALOG_BUTTON_CANCEL)
desktop_media_picker_views_unittest.cc 140 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_CANCEL));
signed_certificate_timestamps_views.cc 109 return ui::DIALOG_BUTTON_CANCEL;
collected_cookies_views.cc 211 return ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/ash/system/chromeos/multi_user/
user_switch_util.cc 114 return button == ui::DIALOG_BUTTON_OK || button == ui::DIALOG_BUTTON_CANCEL;
119 return ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 113 buttons |= ui::DIALOG_BUTTON_CANCEL;
137 if (button == ui::DIALOG_BUTTON_CANCEL && cancel_button_label_id_)
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 51 .WillByDefault(Return(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL));
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 88 return ui::DIALOG_BUTTON_CANCEL;
download_feedback_dialog_view.cc 91 return ui::DIALOG_BUTTON_CANCEL;
download_danger_prompt_views.cc 160 case ui::DIALOG_BUTTON_CANCEL:
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 86 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
87 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
88 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
89 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
90 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
91 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
92 ui::DIALOG_BUTTON_CANCEL,
93 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
94 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
95 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 111 case ui::DIALOG_BUTTON_CANCEL:
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 114 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 86 ui::DIALOG_BUTTON_CANCEL : ui::DIALOG_BUTTON_OK;
extension_install_dialog_view.cc 739 DCHECK_GT(buttons & ui::DIALOG_BUTTON_CANCEL, 0);
748 case ui::DIALOG_BUTTON_CANCEL:
759 return ui::DIALOG_BUTTON_CANCEL;
    [all...]

Completed in 657 milliseconds

1 2