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