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

1 2

  /external/chromium_org/ui/base/
ui_base_types.h 29 DIALOG_BUTTON_OK = 1,
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_dialog_views.cc 95 return ui::DIALOG_BUTTON_OK;
101 return ui::DIALOG_BUTTON_OK;
103 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
146 if (button == ui::DIALOG_BUTTON_OK) {
desktop_media_picker_views_unittest.cc 93 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_OK));
97 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_OK));
191 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_OK));
195 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_OK));
199 GetPickerDialogView()->IsDialogButtonEnabled(ui::DIALOG_BUTTON_OK));
confirm_bubble_views.cc 49 case ui::DIALOG_BUTTON_OK:
61 case ui::DIALOG_BUTTON_OK:
update_recommended_message_box.cc 62 return l10n_util::GetStringUTF16((button == ui::DIALOG_BUTTON_OK) ?
external_protocol_dialog.cc 65 if (button == ui::DIALOG_BUTTON_OK)
tab_modal_confirm_dialog_views.cc 79 if (button == ui::DIALOG_BUTTON_OK)
first_run_dialog.cc 136 return ui::DIALOG_BUTTON_OK;
login_prompt_views.cc 47 if (button == ui::DIALOG_BUTTON_OK)
pdf_password_dialog.cc 81 if (button == ui::DIALOG_BUTTON_OK)
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 117 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
121 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
122 return ui::DIALOG_BUTTON_OK;
134 if (button == ui::DIALOG_BUTTON_OK)
137 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
162 if (default_button & ui::DIALOG_BUTTON_OK)
dialog_client_view_unittest.cc 126 SetDialogButtons(ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL);
139 SetDialogButtons(ui::DIALOG_BUTTON_OK);
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);
dialog_client_view.cc 91 if (buttons & ui::DIALOG_BUTTON_OK) {
93 ok_button_ = CreateDialogButton(ui::DIALOG_BUTTON_OK);
99 UpdateButton(ok_button_, ui::DIALOG_BUTTON_OK);
158 } else if (default_button == ui::DIALOG_BUTTON_OK && ok_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;
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 67 return l10n_util::GetStringUTF16((button == ui::DIALOG_BUTTON_OK) ?
  /external/chromium_org/ash/system/chromeos/multi_user/
user_switch_util.cc 107 button == ui::DIALOG_BUTTON_OK ?
114 return button == ui::DIALOG_BUTTON_OK || button == ui::DIALOG_BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 111 buttons |= ui::DIALOG_BUTTON_OK;
135 if (button == ui::DIALOG_BUTTON_OK && ok_button_label_id_)
  /external/chromium_org/ash/system/chromeos/session/
logout_confirmation_dialog.cc 82 if (button == ui::DIALOG_BUTTON_OK)
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc 50 return ui::DIALOG_BUTTON_OK;
enrollment_dialog_view.cc 114 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
135 if (button == ui::DIALOG_BUTTON_OK)
  /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 93 return (button == ui::DIALOG_BUTTON_OK) ?
download_feedback_dialog_view.cc 96 return (button == ui::DIALOG_BUTTON_OK) ?
  /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,
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,
342 return kButtons[type_] | ui::DIALOG_BUTTON_OK;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 163 if (button == ui::DIALOG_BUTTON_OK) {
173 if (button == ui::DIALOG_BUTTON_OK)

Completed in 447 milliseconds

1 2