BUTTON_CANCEL     224 chrome/browser/extensions/api/debugger/debugger_api.cc   return BUTTON_CANCEL;
BUTTON_CANCEL     126 chrome/browser/extensions/theme_installed_infobar_delegate.cc   return BUTTON_CANCEL;
BUTTON_CANCEL     131 chrome/browser/extensions/theme_installed_infobar_delegate.cc   DCHECK_EQ(BUTTON_CANCEL, button);
BUTTON_CANCEL      19 chrome/browser/infobars/confirm_infobar_delegate.cc   return BUTTON_OK | BUTTON_CANCEL;
BUTTON_CANCEL     330 chrome/browser/notifications/notification_browsertest.cc   EXPECT_TRUE(buttons & ConfirmInfoBarDelegate::BUTTON_CANCEL);
BUTTON_CANCEL      46 chrome/browser/speech/chrome_speech_recognition_manager_delegate_bubble_ui.cc   if (button == SpeechRecognitionBubble::BUTTON_CANCEL) {
BUTTON_CANCEL     180 chrome/browser/speech/speech_recognition_bubble_controller.cc                 this, SpeechRecognitionBubble::BUTTON_CANCEL));
BUTTON_CANCEL      53 chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc             SpeechRecognitionBubble::BUTTON_CANCEL);
BUTTON_CANCEL     103 chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc     if (button == SpeechRecognitionBubble::BUTTON_CANCEL) {
BUTTON_CANCEL      42 chrome/browser/ui/android/infobars/confirm_infobar.cc           env, GetTextFor(ConfirmInfoBarDelegate::BUTTON_CANCEL));
BUTTON_CANCEL      49 chrome/browser/ui/android/infobars/save_password_infobar.cc           env, GetTextFor(ConfirmInfoBarDelegate::BUTTON_CANCEL));
BUTTON_CANCEL      82 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc   return l10n_util::GetStringUTF16(button == BUTTON_CANCEL ?
BUTTON_CANCEL      18 chrome/browser/ui/confirm_bubble_model.cc   return BUTTON_OK | BUTTON_CANCEL;
BUTTON_CANCEL     117 chrome/browser/ui/gtk/confirm_bubble_gtk.cc       !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_CANCEL);
BUTTON_CANCEL     123 chrome/browser/ui/gtk/confirm_bubble_gtk.cc           model_->GetButtonLabel(ConfirmBubbleModel::BUTTON_CANCEL)).c_str());
BUTTON_CANCEL      54 chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc   AddButton(ConfirmInfoBarDelegate::BUTTON_CANCEL);
BUTTON_CANCEL     107 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc   delegate_->InfoBubbleButtonClicked(BUTTON_CANCEL);
BUTTON_CANCEL      42 chrome/browser/ui/test/test_confirm_bubble_model.cc   return BUTTON_OK | BUTTON_CANCEL;
BUTTON_CANCEL      52 chrome/browser/ui/views/confirm_bubble_views.cc       return model_->GetButtonLabel(ConfirmBubbleModel::BUTTON_CANCEL);
BUTTON_CANCEL      64 chrome/browser/ui/views/confirm_bubble_views.cc       return !!(model_->GetButtons() & ConfirmBubbleModel::BUTTON_CANCEL);
BUTTON_CANCEL      75 chrome/browser/ui/views/infobars/confirm_infobar.cc     if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_CANCEL) {
BUTTON_CANCEL      77 chrome/browser/ui/views/infobars/confirm_infobar.cc           delegate->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_CANCEL),
BUTTON_CANCEL      78 chrome/browser/ui/views/infobars/confirm_infobar.cc           delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_CANCEL));
BUTTON_CANCEL     220 chrome/browser/ui/views/speech_recognition_bubble_views.cc     delegate_->InfoBubbleButtonClicked(SpeechRecognitionBubble::BUTTON_CANCEL);
BUTTON_CANCEL     239 chrome/browser/ui/views/speech_recognition_bubble_views.cc     delegate_->InfoBubbleButtonClicked(SpeechRecognitionBubble::BUTTON_CANCEL);