Searched refs:isTouchCancelEvent (Results 1 – 1 of 1) sorted by relevance
3225 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent() local3226 RefPtr<TouchList>& effectiveTouches(isTouchCancelEvent ? emptyList : touches); in handleTouchEvent()3232 …RefPtr<TouchList> targetTouches(isTouchCancelEvent ? emptyList : touchesByTarget.get(touchEventTar… in handleTouchEvent()