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

1 2

  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.cc 18 return BUTTON_OK | BUTTON_CANCEL;
confirm_bubble_model.h 24 BUTTON_CANCEL = 1 << 1,
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;
confirm_infobar_delegate.h 21 BUTTON_CANCEL = 1 << 1,
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h 20 BUTTON_CANCEL = 1 << 1,
confirm_infobar_delegate.cc 20 return BUTTON_OK | BUTTON_CANCEL;
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 87 return BUTTON_CANCEL;
92 DCHECK_EQ(BUTTON_CANCEL, button);
  /external/chromium_org/chrome/browser/ui/test/
test_confirm_bubble_model.cc 42 return BUTTON_OK | BUTTON_CANCEL;
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 52 return model_->GetButtonLabel(ConfirmBubbleModel::BUTTON_CANCEL);
64 return !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_CANCEL);
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 77 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_CANCEL) {
79 delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_CANCEL),
80 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_CANCEL));
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 81 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_CANCEL) {
83 delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_CANCEL),
84 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_CANCEL));
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 123 return BUTTON_CANCEL;
128 DCHECK_EQ(BUTTON_CANCEL, button);
  /external/chromium/chrome/browser/
pdf_unsupported_feature.cc 80 return BUTTON_OK | BUTTON_CANCEL;
88 case BUTTON_CANCEL:
286 return BUTTON_OK | BUTTON_CANCEL;
294 case BUTTON_CANCEL:
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
94 if (button == SpeechInputBubble::BUTTON_CANCEL) {
speech_input_bubble.h 32 BUTTON_CANCEL
speech_input_bubble_controller.cc 125 iter->first, SpeechInputBubble::BUTTON_CANCEL));
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller_unittest.cc 51 SpeechRecognitionBubble::BUTTON_CANCEL);
101 if (button == SpeechRecognitionBubble::BUTTON_CANCEL) {
speech_recognition_bubble.h 37 BUTTON_CANCEL
chrome_speech_recognition_manager_delegate_bubble_ui.cc 46 if (button == SpeechRecognitionBubble::BUTTON_CANCEL) {
speech_recognition_bubble_controller.cc 153 this, SpeechRecognitionBubble::BUTTON_CANCEL));
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 35 AddButton(ConfirmInfoBarDelegate::BUTTON_CANCEL);
  /external/chromium_org/chrome/browser/ui/extensions/
app_metro_infobar_delegate_win.cc 80 return l10n_util::GetStringUTF16(button == BUTTON_CANCEL ?
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 52 AddButton(ConfirmInfoBarDelegate::BUTTON_CANCEL);
  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.cc 113 !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_CANCEL);
119 model_->GetButtonLabel(ConfirmBubbleModel::BUTTON_CANCEL)).c_str());
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 479 return (mode_ == MISSING_PLUGIN) ? BUTTON_OK : (BUTTON_OK | BUTTON_CANCEL);
484 if (button == BUTTON_CANCEL)

Completed in 281 milliseconds

1 2