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

  /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/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 87 return BUTTON_CANCEL;
92 DCHECK_EQ(BUTTON_CANCEL, button);
  /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/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));
speech_input_bubble_gtk.cc 105 delegate_->InfoBubbleButtonClicked(BUTTON_CANCEL);
speech_input_bubble_views.cc 151 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
speech_input_manager.cc 373 if (button == SpeechInputBubble::BUTTON_CANCEL) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 35 AddButton(ConfirmInfoBarDelegate::BUTTON_CANCEL);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 227 milliseconds