HomeSort by relevance Sort by last modified time
    Searched refs:DIALOG_BUTTON_CANCEL (Results 1 - 25 of 25) 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 73 if ((buttons & ui::DIALOG_BUTTON_CANCEL) ||
89 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
95 if (GetDialogButtons() & ui::DIALOG_BUTTON_CANCEL)
96 return ui::DIALOG_BUTTON_CANCEL;
108 if (button == ui::DIALOG_BUTTON_CANCEL) {
136 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 76 if (!(buttons & ui::DIALOG_BUTTON_CANCEL))
87 if (buttons & ui::DIALOG_BUTTON_CANCEL) {
89 cancel_button_ = CreateDialogButton(ui::DIALOG_BUTTON_CANCEL);
94 UpdateButton(cancel_button_, ui::DIALOG_BUTTON_CANCEL);
142 } 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) {
user_data_dir_dialog_view.cc 40 case ui::DIALOG_BUTTON_CANCEL:
tab_modal_confirm_dialog_views.cc 100 if (button == ui::DIALOG_BUTTON_CANCEL)
simple_message_box_views.cc 127 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
135 if (button == ui::DIALOG_BUTTON_CANCEL)
external_protocol_dialog.cc 59 return ui::DIALOG_BUTTON_CANCEL;
pdf_password_dialog.cc 105 if (button == ui::DIALOG_BUTTON_CANCEL)
collected_cookies_views.cc 229 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/extensions/
extension_install_prompt.cc 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_OK | ui::DIALOG_BUTTON_CANCEL,
80 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
81 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
82 ui::DIALOG_BUTTON_CANCEL,
83 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 51 .WillByDefault(Return(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL));
autofill_dialog_controller_unittest.cc     [all...]
autofill_dialog_controller_impl.cc 762 return ui::DIALOG_BUTTON_CANCEL;
764 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
782 DCHECK_EQ(ui::DIALOG_BUTTON_CANCEL, button);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 90 return ui::DIALOG_BUTTON_CANCEL;
download_danger_prompt_views.cc 163 case ui::DIALOG_BUTTON_CANCEL:
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 95 case 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 112 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 86 return ui::DIALOG_BUTTON_CANCEL;
extension_install_dialog_view.cc 641 DCHECK_GT(buttons & ui::DIALOG_BUTTON_CANCEL, 0);
650 case ui::DIALOG_BUTTON_CANCEL:
661 return ui::DIALOG_BUTTON_CANCEL;
    [all...]

Completed in 545 milliseconds