ACTION_CANCEL     106 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuButtonHelper.java         if (event.getActionMasked() == MotionEvent.ACTION_CANCEL ||
ACTION_CANCEL     228 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java         if (eventActionMasked == MotionEvent.ACTION_CANCEL) {
ACTION_CANCEL     475 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java             if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
ACTION_CANCEL     221 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java         if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
ACTION_CANCEL      71 chrome/browser/ui/android/infobars/confirm_infobar.cc       (action == InfoBarAndroid::ACTION_CANCEL));
ACTION_CANCEL      65 chrome/browser/ui/android/infobars/translate_infobar.cc   if (action == InfoBarAndroid::ACTION_CANCEL)
ACTION_CANCEL      24 content/browser/renderer_host/input/motion_event_android.cc     case MotionEventAndroid::ACTION_CANCEL:
ACTION_CANCEL      25 content/browser/renderer_host/input/motion_event_android.cc       return ACTION_CANCEL;
ACTION_CANCEL      33 content/browser/renderer_host/input/motion_event_android.cc   return ACTION_CANCEL;
ACTION_CANCEL      44 content/browser/renderer_host/input/motion_event_android.cc     case ACTION_CANCEL:
ACTION_CANCEL      45 content/browser/renderer_host/input/motion_event_android.cc       return MotionEventAndroid::ACTION_CANCEL;
ACTION_CANCEL      54 content/browser/renderer_host/input/motion_event_android.cc   return MotionEventAndroid::ACTION_CANCEL;
ACTION_CANCEL     244 content/browser/renderer_host/input/motion_event_android.cc              MotionEventAndroid::ACTION_CANCEL,
ACTION_CANCEL      41 content/browser/renderer_host/input/motion_event_web.cc       return ui::MotionEvent::ACTION_CANCEL;
ACTION_CANCEL      49 content/browser/renderer_host/input/motion_event_web.cc   return ui::MotionEvent::ACTION_CANCEL;
ACTION_CANCEL     143 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_CANCEL:
ACTION_CANCEL     166 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_CANCEL:
ACTION_CANCEL    1193 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                 && eventAction != MotionEvent.ACTION_CANCEL
ACTION_CANCEL      23 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java     private static final int ACTION_CANCEL = 2;
ACTION_CANCEL      87 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java             case ACTION_CANCEL: {
ACTION_CANCEL      89 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java                         mDownTimeInMs, timeInMs, MotionEvent.ACTION_CANCEL, 1,
ACTION_CANCEL     340 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java             case MotionEvent.ACTION_CANCEL:
ACTION_CANCEL     116 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java             case MotionEvent.ACTION_CANCEL:
ACTION_CANCEL     332 ui/events/gesture_detection/gesture_detector.cc     case MotionEvent::ACTION_CANCEL:
ACTION_CANCEL      22 ui/events/gesture_detection/gesture_event_data_packet.cc     case ui::MotionEvent::ACTION_CANCEL:
ACTION_CANCEL      27 ui/events/gesture_detection/gesture_provider.cc     case MotionEvent::ACTION_CANCEL:       return "ACTION_CANCEL";
ACTION_CANCEL     106 ui/events/gesture_detection/gesture_provider.cc          event.GetAction() == MotionEvent::ACTION_CANCEL)) {
ACTION_CANCEL     563 ui/events/gesture_detection/gesture_provider.cc       event.GetAction() == MotionEvent::ACTION_CANCEL) {
ACTION_CANCEL     570 ui/events/gesture_detection/gesture_provider.cc     if (event.GetAction() == MotionEvent::ACTION_CANCEL)
ACTION_CANCEL     309 ui/events/gesture_detection/gesture_provider_unittest.cc   CheckScrollEventSequenceForEndActionType(MotionEvent::ACTION_CANCEL);
ACTION_CANCEL      17 ui/events/gesture_detection/mock_motion_event.cc     : action(ACTION_CANCEL), pointer_count(1), id(0) {}
ACTION_CANCEL     119 ui/events/gesture_detection/mock_motion_event.cc   cancel_event->action = MotionEvent::ACTION_CANCEL;
ACTION_CANCEL     126 ui/events/gesture_detection/mock_motion_event.cc   if (pointer_count == 1 && (action == ACTION_UP || action == ACTION_CANCEL))
ACTION_CANCEL     154 ui/events/gesture_detection/mock_motion_event.cc   action = ACTION_CANCEL;
ACTION_CANCEL      95 ui/events/gesture_detection/scale_gesture_detector.cc       action == MotionEvent::ACTION_UP || action == MotionEvent::ACTION_CANCEL;
ACTION_CANCEL      81 ui/events/gesture_detection/snap_scroll_controller.cc     case MotionEvent::ACTION_CANCEL: