HomeSort by relevance Sort by last modified time
    Searched refs:DIALOG_BUTTON_OK (Results 1 - 25 of 41) 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 89 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
93 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
94 return ui::DIALOG_BUTTON_OK;
106 if (button == ui::DIALOG_BUTTON_OK)
109 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
134 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 73 if (buttons & ui::DIALOG_BUTTON_OK) {
75 ok_button_ = CreateDialogButton(ui::DIALOG_BUTTON_OK);
81 UpdateButton(ok_button_, ui::DIALOG_BUTTON_OK);
140 } else if (default_button == ui::DIALOG_BUTTON_OK && ok_button_) {
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_dialog_views.cc 78 return ui::DIALOG_BUTTON_OK;
84 return ui::DIALOG_BUTTON_OK;
86 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
126 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) ?
user_data_dir_dialog_view.cc 37 case ui::DIALOG_BUTTON_OK:
login_prompt_views.cc 59 if (button == ui::DIALOG_BUTTON_OK)
tab_modal_confirm_dialog_views.cc 98 if (button == ui::DIALOG_BUTTON_OK)
simple_message_box_views.cc 127 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
130 return ui::DIALOG_BUTTON_OK;
crypto_module_password_dialog_view.cc 52 return l10n_util::GetStringUTF16(button == ui::DIALOG_BUTTON_OK ?
external_protocol_dialog.cc 64 if (button == ui::DIALOG_BUTTON_OK)
pdf_password_dialog.cc 103 if (button == 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/gtk/
javascript_app_modal_dialog_gtk.cc 159 return ui::DIALOG_BUTTON_OK;
162 return ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL;
165 return 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/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/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,
83 ui::DIALOG_BUTTON_OK | ui::DIALOG_BUTTON_CANCEL,
309 return kButtons[type_] | ui::DIALOG_BUTTON_OK;
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc 52 return ui::DIALOG_BUTTON_OK;
enrollment_dialog_view.cc 112 return ui::DIALOG_BUTTON_CANCEL | ui::DIALOG_BUTTON_OK;
133 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) ?
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 93 case ui::DIALOG_BUTTON_OK:
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 161 if (button == ui::DIALOG_BUTTON_OK)
168 if (button == ui::DIALOG_BUTTON_OK)

Completed in 1109 milliseconds

1 2