Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp3172 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent() local
3173 RefPtr<TouchList>& effectiveTouches(isTouchCancelEvent ? emptyList : touches); in handleTouchEvent()
3179 …RefPtr<TouchList> targetTouches(isTouchCancelEvent ? emptyList : touchesByTarget.get(touchEventTar… in handleTouchEvent()