Home
last modified time | relevance | path

Searched refs:handleGestureLongPress (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h208 bool handleGestureLongPress(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
DEventHandler.cpp2197 return handleGestureLongPress(gestureEvent, adjustedPoint); in handleGestureEvent()
2251 bool EventHandler::handleGestureLongPress(const PlatformGestureEvent& gestureEvent, const IntPoint&… in handleGestureLongPress() function in WebCore::EventHandler