Searched refs:handleGestureLongPress (Results 1 – 2 of 2) sorted by relevance
208 bool handleGestureLongPress(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
2197 return handleGestureLongPress(gestureEvent, adjustedPoint); in handleGestureEvent()2251 bool EventHandler::handleGestureLongPress(const PlatformGestureEvent& gestureEvent, const IntPoint&… in handleGestureLongPress() function in WebCore::EventHandler