Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.cpp3225 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent() local
3226 RefPtr<TouchList>& effectiveTouches(isTouchCancelEvent ? emptyList : touches); in handleTouchEvent()
3232 …RefPtr<TouchList> targetTouches(isTouchCancelEvent ? emptyList : touchesByTarget.get(touchEventTar… in handleTouchEvent()