ACTION_DOWN      1255 android_webview/java/src/org/chromium/android_webview/AwContents.java         if (event.getAction() == KeyEvent.ACTION_DOWN) {
ACTION_DOWN      1536 android_webview/java/src/org/chromium/android_webview/AwContents.java         if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
ACTION_DOWN      1544 android_webview/java/src/org/chromium/android_webview/AwContents.java         if (event.getActionMasked() == MotionEvent.ACTION_DOWN) {
ACTION_DOWN        42 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java         if (event.getAction() == KeyEvent.ACTION_DOWN) {
ACTION_DOWN        73 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java                         eventTime, eventTime, MotionEvent.ACTION_DOWN,
ACTION_DOWN        87 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java                         new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_TAB));
ACTION_DOWN        30 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java         sendAction(view, MotionEvent.ACTION_DOWN, downTime, x, y);
ACTION_DOWN       155 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java                         event.getAction() != KeyEvent.ACTION_DOWN)) {
ACTION_DOWN       233 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java         if (eventActionMasked == MotionEvent.ACTION_DOWN) {
ACTION_DOWN       259 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java                 case MotionEvent.ACTION_DOWN:
ACTION_DOWN        75 chrome/android/java/src/org/chromium/chrome/browser/util/KeyNavigationUtil.java         return event.getAction() == KeyEvent.ACTION_DOWN;
ACTION_DOWN       217 chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/AppMenuTest.java                 view.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, keycode));
ACTION_DOWN       100 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java                         event.getKeyCode() != KeyEvent.ACTION_DOWN)) {
ACTION_DOWN        18 content/browser/renderer_host/input/motion_event_android.cc     case MotionEventAndroid::ACTION_DOWN:
ACTION_DOWN        19 content/browser/renderer_host/input/motion_event_android.cc       return ACTION_DOWN;
ACTION_DOWN        38 content/browser/renderer_host/input/motion_event_android.cc     case ACTION_DOWN:
ACTION_DOWN        39 content/browser/renderer_host/input/motion_event_android.cc       return MotionEventAndroid::ACTION_DOWN;
ACTION_DOWN        31 content/browser/renderer_host/input/motion_event_web.cc         return ui::MotionEvent::ACTION_DOWN;
ACTION_DOWN       137 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_DOWN:
ACTION_DOWN       160 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_DOWN:
ACTION_DOWN       144 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java                         event.getAction() == MotionEvent.ACTION_DOWN) {
ACTION_DOWN      1191 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         if (eventAction != MotionEvent.ACTION_DOWN
ACTION_DOWN        61 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java                         mDownTimeInMs, timeInMs, MotionEvent.ACTION_DOWN, 1,
ACTION_DOWN       357 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java         } else if (event.getAction() == KeyEvent.ACTION_DOWN) {
ACTION_DOWN       309 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java             case MotionEvent.ACTION_DOWN: {
ACTION_DOWN       296 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java                 KeyEvent.ACTION_DOWN, keyCode, 0, 0,
ACTION_DOWN       344 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java         if (action != KeyEvent.ACTION_DOWN &&
ACTION_DOWN        69 content/public/android/javatests/src/org/chromium/content/browser/PopupZoomerTest.java                 MotionEvent.obtain(downEvent, downEvent, MotionEvent.ACTION_DOWN, x, y, 0));
ACTION_DOWN       273 content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java                         new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER));
ACTION_DOWN       103 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java         getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_X));
ACTION_DOWN       426 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java                 MotionEvent event = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN,
ACTION_DOWN        18 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN,
ACTION_DOWN        29 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN,
ACTION_DOWN        40 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN,
ACTION_DOWN        51 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/KeyUtils.java         instrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN,
ACTION_DOWN        54 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, x, y);
ACTION_DOWN       108 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, absoluteX, absoluteY);
ACTION_DOWN       135 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java         sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, x, y);
ACTION_DOWN        37 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java                 MotionEvent.ACTION_DOWN, x, y, 0);
ACTION_DOWN        98 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java                                                MotionEvent.ACTION_DOWN, x, y, 0);
ACTION_DOWN       142 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java                                                MotionEvent.ACTION_DOWN, x, y, 0);
ACTION_DOWN       164 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java                                                MotionEvent.ACTION_DOWN, x, y, 0);
ACTION_DOWN       146 content/shell/android/java/src/org/chromium/content_shell/Shell.java                         event.getAction() != KeyEvent.ACTION_DOWN)) {
ACTION_DOWN       146 remoting/android/java/src/org/chromium/chromoting/Desktop.java         boolean depressed = event.getAction() == KeyEvent.ACTION_DOWN;
ACTION_DOWN        82 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java             case MotionEvent.ACTION_DOWN:
ACTION_DOWN       259 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java             case MotionEvent.ACTION_DOWN:
ACTION_DOWN       219 ui/events/gesture_detection/gesture_detector.cc     case MotionEvent::ACTION_DOWN:
ACTION_DOWN        16 ui/events/gesture_detection/gesture_event_data_packet.cc     case ui::MotionEvent::ACTION_DOWN:
ACTION_DOWN        25 ui/events/gesture_detection/gesture_provider.cc     case MotionEvent::ACTION_DOWN:         return "ACTION_DOWN";
ACTION_DOWN       247 ui/events/gesture_detection/gesture_provider.cc     if (e.GetAction() == MotionEvent::ACTION_DOWN)
ACTION_DOWN       413 ui/events/gesture_detection/gesture_provider.cc       case MotionEvent::ACTION_DOWN:
ACTION_DOWN       551 ui/events/gesture_detection/gesture_provider.cc   if (event.GetAction() == MotionEvent::ACTION_DOWN) {
ACTION_DOWN       641 ui/events/gesture_detection/gesture_provider.cc   return event.GetAction() == MotionEvent::ACTION_DOWN || current_down_event_;
ACTION_DOWN       155 ui/events/gesture_detection/gesture_provider_unittest.cc         ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       213 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       241 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       270 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       322 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       368 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       386 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       405 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       418 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_DOWN,
ACTION_DOWN       452 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
ACTION_DOWN       463 ui/events/gesture_detection/gesture_provider_unittest.cc       down_time_2, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       509 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       548 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       599 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       628 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       655 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       673 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       702 ui/events/gesture_detection/gesture_provider_unittest.cc       event_time, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       713 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_DOWN,
ACTION_DOWN       756 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN       776 ui/events/gesture_detection/gesture_provider_unittest.cc       event_time, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       789 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_DOWN,
ACTION_DOWN       810 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
ACTION_DOWN       820 ui/events/gesture_detection/gesture_provider_unittest.cc       down_time_2, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       861 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
ACTION_DOWN       871 ui/events/gesture_detection/gesture_provider_unittest.cc       down_time_2, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       908 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
ACTION_DOWN       916 ui/events/gesture_detection/gesture_provider_unittest.cc       down_time_2, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN       953 ui/events/gesture_detection/gesture_provider_unittest.cc   event = ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
ACTION_DOWN       961 ui/events/gesture_detection/gesture_provider_unittest.cc       down_time_2, MotionEvent::ACTION_DOWN, kFakeCoordX, kFakeCoordY);
ACTION_DOWN      1000 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN      1072 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN      1099 ui/events/gesture_detection/gesture_provider_unittest.cc       ObtainMotionEvent(event_time, MotionEvent::ACTION_DOWN);
ACTION_DOWN      1119 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_DOWN);
ACTION_DOWN       131 ui/events/gesture_detection/mock_motion_event.cc   action = pointer_count > 1 ? ACTION_POINTER_DOWN : ACTION_DOWN;
ACTION_DOWN        97 ui/events/gesture_detection/scale_gesture_detector.cc   if (action == MotionEvent::ACTION_DOWN || stream_complete) {
ACTION_DOWN       119 ui/events/gesture_detection/scale_gesture_detector.cc   const bool config_changed = action == MotionEvent::ACTION_DOWN ||
ACTION_DOWN        58 ui/events/gesture_detection/snap_scroll_controller.cc     case MotionEvent::ACTION_DOWN:
ACTION_DOWN       277 ui/events/gesture_detection/velocity_tracker.cc     case MotionEvent::ACTION_DOWN:
ACTION_DOWN        67 ui/events/gesture_detection/velocity_tracker_unittest.cc     state->AddMovement(Sample(MotionEvent::ACTION_DOWN, p0, t0, v, dt * 0));
ACTION_DOWN       158 ui/events/gesture_detection/velocity_tracker_unittest.cc         Sample(MotionEvent::ACTION_DOWN, p0, t0, vFast, base::TimeDelta()));