Home
last modified time | relevance | path

Searched refs:GestureTapDownCancel (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h60 GestureTapDownCancel, enumerator
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.cpp69 case PlatformEvent::GestureTapDownCancel: in create()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp354 case PlatformEvent::GestureTapDownCancel: in gestureEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp211 m_type = PlatformEvent::GestureTapDownCancel; in PlatformGestureEventBuilder()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2275 case PlatformEvent::GestureTapDownCancel: in handleGestureEvent()
2308 } else if (gestureEvent.type() == PlatformEvent::GestureTapDownCancel) { in handleGestureEvent()
2398 case PlatformEvent::GestureTapDownCancel: in handleGestureEvent()