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

  /external/chromium_org/ui/base/
ui_base_types.h 32 DIALOG_BUTTON_CANCEL = 2,
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 90 if ((buttons & ui::DIALOG_BUTTON_CANCEL) ||
106 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
112 if (GetDialogButtons() & ui::DIALOG_BUTTON_CANCEL)
113 return ui::DIALOG_BUTTON_CANCEL;
125 if (button == ui::DIALOG_BUTTON_CANCEL) {
153 if (default_button & ui::DIALOG_BUTTON_CANCEL)
dialog_client_view_unittest.cc 123 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
142 SetDialogButtons(ui::DIALOG_BUTTON_CANCEL);
150 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
157 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
172 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
210 SetDialogButtons(ui::DIALOG_BUTTON_CANCEL);
dialog_client_view.cc 75 if (!(buttons & ui::DIALOG_BUTTON_CANCEL))
86 if (buttons & ui::DIALOG_BUTTON_CANCEL) {
88 cancel_button_ = CreateDialogButton(ui::DIALOG_BUTTON_CANCEL);
93 UpdateButton(cancel_button_, ui::DIALOG_BUTTON_CANCEL);
141 } else if (default_button == ui::DIALOG_BUTTON_CANCEL && cancel_button_) {
  /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/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 86 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
131 } else if (button == ui::DIALOG_BUTTON_CANCEL) {
tab_modal_confirm_dialog_views.cc 99 if (button == ui::DIALOG_BUTTON_CANCEL)
user_data_dir_dialog_view.cc 40 case ui::DIALOG_BUTTON_CANCEL:
external_protocol_dialog.cc 62 return ui::DIALOG_BUTTON_CANCEL;
simple_message_box_views.cc 97 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
collected_cookies_views.cc 228 return ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 43 .WillByDefault(Return(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL));
autofill_dialog_controller_unittest.cc     [all...]
autofill_dialog_controller_impl.cc 742 return ui::DIALOG_BUTTON_CANCEL;
744 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
765 DCHECK_EQ(ui::DIALOG_BUTTON_CANCEL, button);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 112 buttons |= ui::DIALOG_BUTTON_CANCEL;
135 if (button == ui::DIALOG_BUTTON_CANCEL && cancel_button_label_id_)
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 86 return ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 73 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
74 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
75 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
76 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
77 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
78 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
79 ui::DIALOG_BUTTON_CANCEL,
  /external/chromium_org/chrome/browser/ui/gtk/
javascript_app_modal_dialog_gtk.cc 162 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 108 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 100 return ui::DIALOG_BUTTON_CANCEL;
extension_install_dialog_view.cc 623 DCHECK_GT(buttons & ui::DIALOG_BUTTON_CANCEL, 0);
632 case ui::DIALOG_BUTTON_CANCEL:
643 return ui::DIALOG_BUTTON_CANCEL;

Completed in 1019 milliseconds