ACTION_POINTER_DOWN   26 content/browser/renderer_host/input/motion_event_android.cc     case MotionEventAndroid::ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN   27 content/browser/renderer_host/input/motion_event_android.cc       return ACTION_POINTER_DOWN;
ACTION_POINTER_DOWN   46 content/browser/renderer_host/input/motion_event_android.cc     case ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN   47 content/browser/renderer_host/input/motion_event_android.cc       return MotionEventAndroid::ACTION_POINTER_DOWN;
ACTION_POINTER_DOWN   33 content/browser/renderer_host/input/motion_event_web.cc         return ui::MotionEvent::ACTION_POINTER_DOWN;
ACTION_POINTER_DOWN  145 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN  168 content/browser/renderer_host/input/web_input_event_util.cc     case MotionEvent::ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN 1195 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                 && eventAction != MotionEvent.ACTION_POINTER_DOWN
ACTION_POINTER_DOWN   70 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java                             MotionEvent.ACTION_POINTER_DOWN, pointerCount,
ACTION_POINTER_DOWN   85 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java             if (action != MotionEvent.ACTION_POINTER_DOWN) {
ACTION_POINTER_DOWN   90 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java             case MotionEvent.ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN  129 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java         if (event.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
ACTION_POINTER_DOWN  266 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java             case MotionEvent.ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN   41 remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java                 MotionEvent.ACTION_POINTER_DOWN, 2, mPointers, pointerCoords, 0, 0, 1, 1, 0, 0,
ACTION_POINTER_DOWN  183 ui/events/gesture_detection/gesture_detector.cc     case MotionEvent::ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN   24 ui/events/gesture_detection/gesture_event_data_packet.cc     case ui::MotionEvent::ACTION_POINTER_DOWN:
ACTION_POINTER_DOWN   23 ui/events/gesture_detection/gesture_provider.cc     case MotionEvent::ACTION_POINTER_DOWN: return "ACTION_POINTER_DOWN";
ACTION_POINTER_DOWN 1006 ui/events/gesture_detection/gesture_provider_unittest.cc                             MotionEvent::ACTION_POINTER_DOWN,
ACTION_POINTER_DOWN  131 ui/events/gesture_detection/mock_motion_event.cc   action = pointer_count > 1 ? ACTION_POINTER_DOWN : ACTION_DOWN;
ACTION_POINTER_DOWN  121 ui/events/gesture_detection/scale_gesture_detector.cc                               action == MotionEvent::ACTION_POINTER_DOWN;
ACTION_POINTER_DOWN  282 ui/events/gesture_detection/velocity_tracker.cc     case MotionEvent::ACTION_POINTER_DOWN: {