ACTION_UP        1553 android_webview/java/src/org/chromium/android_webview/AwContents.java         if (mOverScrollGlow != null && event.getActionMasked() == MotionEvent.ACTION_UP) {
ACTION_UP          76 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java                         eventTime, eventTime, MotionEvent.ACTION_UP,
ACTION_UP          89 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java                         new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_TAB));
ACTION_UP          48 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java         sendAction(view, MotionEvent.ACTION_UP, downTime, x, y);
ACTION_UP         107 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuButtonHelper.java                 event.getActionMasked() == MotionEvent.ACTION_UP) {
ACTION_UP         263 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java                 case MotionEvent.ACTION_UP:
ACTION_UP         272 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java         if (eventActionMasked == MotionEvent.ACTION_UP && !didPerformClick) {
ACTION_UP         475 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java             if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
ACTION_UP         221 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java         if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
ACTION_UP          84 chrome/android/java/src/org/chromium/chrome/browser/util/KeyNavigationUtil.java         return event.getAction() == KeyEvent.ACTION_UP;
ACTION_UP         218 chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/AppMenuTest.java                 view.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, keycode));
ACTION_UP          20 content/browser/renderer_host/input/motion_event_android.cc     case MotionEventAndroid::ACTION_UP:
ACTION_UP          21 content/browser/renderer_host/input/motion_event_android.cc       return ACTION_UP;
ACTION_UP          40 content/browser/renderer_host/input/motion_event_android.cc     case ACTION_UP:
ACTION_UP          41 content/browser/renderer_host/input/motion_event_android.cc       return MotionEventAndroid::ACTION_UP;
ACTION_UP          36 content/browser/renderer_host/input/motion_event_web.cc         return ui::MotionEvent::ACTION_UP;
ACTION_UP         141 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_UP:
ACTION_UP         164 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_UP:
ACTION_UP         131 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java                         event.getAction() == KeyEvent.ACTION_UP) {
ACTION_UP        1192 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                 && eventAction != MotionEvent.ACTION_UP
ACTION_UP         107 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java                         mDownTimeInMs, timeInMs, MotionEvent.ACTION_UP, 1,
ACTION_UP         336 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         if (event.getAction() == KeyEvent.ACTION_UP) {
ACTION_UP         325 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java             case MotionEvent.ACTION_UP:
ACTION_UP         300 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java                 KeyEvent.ACTION_UP, keyCode, 0, 0,
ACTION_UP         345 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java             action != KeyEvent.ACTION_UP) {
ACTION_UP          71 content/public/android/javatests/src/org/chromium/content/browser/PopupZoomerTest.java                 MotionEvent.obtain(downEvent, downEvent + 10, MotionEvent.ACTION_UP, x, y, 0));
ACTION_UP         274 content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java                 mConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_ENTER));
ACTION_UP         104 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java         getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_X));
ACTION_UP         442 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java                 event = MotionEvent.obtain(downTime, upTime, MotionEvent.ACTION_UP,
ACTION_UP          20 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
ACTION_UP          31 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
ACTION_UP          42 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
ACTION_UP          53 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
ACTION_UP          55 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, x, y);
ACTION_UP         110 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, absoluteX, absoluteY);
ACTION_UP         174 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, x, y);
ACTION_UP          81 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java                 MotionEvent.ACTION_UP, x, y, 0);
ACTION_UP         102 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java         event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP,
ACTION_UP         146 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java         event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP,
ACTION_UP         174 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java         event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP,
ACTION_UP         104 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java             case MotionEvent.ACTION_UP:
ACTION_UP         270 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java             case MotionEvent.ACTION_UP:
ACTION_UP         292 ui/events/gesture_detection/gesture_detector.cc     case MotionEvent::ACTION_UP:
ACTION_UP          18 ui/events/gesture_detection/gesture_event_data_packet.cc     case ui::MotionEvent::ACTION_UP:
ACTION_UP          26 ui/events/gesture_detection/gesture_provider.cc     case MotionEvent::ACTION_UP:           return "ACTION_UP";
ACTION_UP         105 ui/events/gesture_detection/gesture_provider.cc         (event.GetAction() == MotionEvent::ACTION_UP ||
ACTION_UP         417 ui/events/gesture_detection/gesture_provider.cc       case MotionEvent::ACTION_UP:
ACTION_UP         562 ui/events/gesture_detection/gesture_provider.cc   if (event.GetAction() == MotionEvent::ACTION_UP ||
ACTION_UP         758 ui/events/gesture_detection/gesture_provider.cc   if (event.GetAction() == MotionEvent::ACTION_UP &&
ACTION_UP         220 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP);
ACTION_UP         249 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP);
ACTION_UP         285 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         301 ui/events/gesture_detection/gesture_provider_unittest.cc   CheckScrollEventSequenceForEndActionType(MotionEvent::ACTION_UP);
ACTION_UP         350 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         411 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         434 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         456 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         492 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         664 ui/events/gesture_detection/gesture_provider_unittest.cc   event = ObtainMotionEvent(event_time + kOneSecond, MotionEvent::ACTION_UP);
ACTION_UP         692 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP);
ACTION_UP         706 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         737 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         782 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         796 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         814 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         844 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         865 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         893 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         911 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         939 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         956 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP         981 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP,
ACTION_UP        1061 ui/events/gesture_detection/gesture_provider_unittest.cc   event = ObtainMotionEvent(event_time, MotionEvent::ACTION_UP);
ACTION_UP        1084 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP);
ACTION_UP        1115 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_UP);
ACTION_UP         126 ui/events/gesture_detection/mock_motion_event.cc   if (pointer_count == 1 && (action == ACTION_UP || action == ACTION_CANCEL))
ACTION_UP         146 ui/events/gesture_detection/mock_motion_event.cc     action = ACTION_UP;
ACTION_UP          95 ui/events/gesture_detection/scale_gesture_detector.cc       action == MotionEvent::ACTION_UP || action == MotionEvent::ACTION_CANCEL;
ACTION_UP          80 ui/events/gesture_detection/snap_scroll_controller.cc     case MotionEvent::ACTION_UP:
ACTION_UP          69 ui/events/gesture_detection/velocity_tracker_unittest.cc     state->AddMovement(Sample(MotionEvent::ACTION_UP, p0, t0, v, t));