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

1 2 3

  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.cc 18 return BUTTON_OK | BUTTON_CANCEL;
22 return l10n_util::GetStringUTF16((button == BUTTON_OK) ? IDS_OK : IDS_CANCEL);
collected_cookies_infobar_delegate.cc 42 return BUTTON_OK;
47 DCHECK_EQ(BUTTON_OK, button);
confirm_bubble_model.h 23 BUTTON_OK = 1 << 0,
42 // and a cancel button, it should return (BUTTON_OK | BUTTON_CANCEL). (This is
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 12 return BUTTON_OK | BUTTON_CANCEL;
16 return l10n_util::GetStringUTF16((button == BUTTON_OK) ? IDS_OK : IDS_CANCEL);
confirm_infobar_delegate.h 20 BUTTON_OK = 1 << 0,
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 33 return BUTTON_OK;
38 DCHECK_EQ(BUTTON_OK, button);
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc 44 return BUTTON_OK;
49 DCHECK_EQ(BUTTON_OK, button);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc 43 return BUTTON_OK;
48 DCHECK_EQ(BUTTON_OK, button);
  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.cc 39 return BUTTON_OK;
44 DCHECK_EQ(BUTTON_OK, button);
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.cc 20 return BUTTON_OK | BUTTON_CANCEL;
24 return l10n_util::GetStringUTF16((button == BUTTON_OK) ? IDS_OK : IDS_CANCEL);
confirm_infobar_delegate.h 19 BUTTON_OK = 1 << 0,
  /external/chromium_org/chrome/browser/ui/test/
test_confirm_bubble_model.cc 42 return BUTTON_OK | BUTTON_CANCEL;
46 return button == BUTTON_OK ? ASCIIToUTF16("OK") : ASCIIToUTF16("Cancel");
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.cc 40 return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.cc 46 return (button == BUTTON_OK) ?
  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 43 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 40 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 34 AddButton(ConfirmInfoBarDelegate::BUTTON_OK);
70 G_CALLBACK(type == ConfirmInfoBarDelegate::BUTTON_OK ?
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 75 return BUTTON_OK;
80 DCHECK_EQ(BUTTON_OK, button);
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 50 return model_->GetButtonLabel(ConfirmBubbleModel::BUTTON_OK);
62 return !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_OK);
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 70 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_OK) {
72 delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_OK),
73 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_OK));
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 74 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_OK) {
76 delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_OK),
77 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_OK));
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 84 return (button == BUTTON_OK) ?
92 return button == BUTTON_OK;
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 51 AddButton(ConfirmInfoBarDelegate::BUTTON_OK);
93 G_CALLBACK(type == ConfirmInfoBarDelegate::BUTTON_OK ?
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 74 return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 52 return (button == BUTTON_OK) ?

Completed in 434 milliseconds

1 2 3