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

1 2

  /external/chromium_org/ui/base/
ui_base_types.h 31 DIALOG_BUTTON_OK = 1,
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 108 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
112 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
113 return ui::DIALOG_BUTTON_OK;
125 if (button == ui::DIALOG_BUTTON_OK)
128 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
153 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/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) {
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 66 if (button == ui::DIALOG_BUTTON_OK)
tab_modal_confirm_dialog_views.cc 81 if (button == ui::DIALOG_BUTTON_OK)
first_run_dialog.cc 142 return ui::DIALOG_BUTTON_OK;
login_prompt_views.cc 47 if (button == ui::DIALOG_BUTTON_OK)
pdf_password_dialog.cc 83 if (button == ui::DIALOG_BUTTON_OK)
simple_message_box_views.cc 129 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
132 return ui::DIALOG_BUTTON_OK;
  /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/chrome/browser/extensions/
extension_install_prompt.cc 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_OK | ui::DIALOG_BUTTON_CANCEL,
84 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
85 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
280 return kButtons[type_] | ui::DIALOG_BUTTON_OK;
  /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 111 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
132 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 95 return (button == ui::DIALOG_BUTTON_OK) ?
download_feedback_dialog_view.cc 96 return (button == ui::DIALOG_BUTTON_OK) ?
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 164 if (button == ui::DIALOG_BUTTON_OK) {
174 if (button == ui::DIALOG_BUTTON_OK)
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 87 ui::DIALOG_BUTTON_CANCEL : ui::DIALOG_BUTTON_OK;
184 return l10n_util::GetStringUTF16((button == ui::DIALOG_BUTTON_OK) ?

Completed in 470 milliseconds

1 2