LONG_PRESS         72 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ContextMenuHelper.java         view.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
LONG_PRESS        144 content/browser/android/content_view_core_impl.cc       return LONG_PRESS;
LONG_PRESS         21 content/browser/android/gesture_event_type_list.h DEFINE_GESTURE_EVENT_TYPE(LONG_PRESS, 5)
LONG_PRESS       1301 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         if (type == GestureEventType.LONG_PRESS && offerLongPressToEmbedder()) {
LONG_PRESS       1882 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                 && type != GestureEventType.LONG_PRESS
LONG_PRESS       1894 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         if (type == GestureEventType.LONG_PRESS
LONG_PRESS       2483 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                 mContainerView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
LONG_PRESS         91 ui/events/gesture_detection/gesture_detector.cc     timeout_callbacks_[LONG_PRESS] = &GestureDetector::OnLongPressTimeout;
LONG_PRESS         92 ui/events/gesture_detection/gesture_detector.cc     timeout_delays_[LONG_PRESS] =
LONG_PRESS        254 ui/events/gesture_detection/gesture_detector.cc         timeout_handler_->StartTimeout(LONG_PRESS);
LONG_PRESS        328 ui/events/gesture_detection/gesture_detector.cc         timeout_handler_->StopTimeout(LONG_PRESS);