Searched refs:StateReleased (Results 1 – 12 of 12) sorted by relevance
53 StateReleased, enumerator
134 if (touches[i].state == WebTouchPoint::StateReleased) in ResetPoints()170 touches[index].state = WebTouchPoint::StateReleased; in ReleasePoint()
107 blink::WebTouchPoint::StateReleased, in RegisterConstants()
39 case blink::WebTouchPoint::StateReleased: in WebTouchPointStateToEventType()62 return blink::WebTouchPoint::StateReleased; in TouchPointStateFromEvent()
247 case blink::WebTouchPoint::StateReleased: in ConvertToUIEvent()2048 if (point->state == blink::WebTouchPoint::StateReleased) { in UpdateTouchPoints()2096 point->state = blink::WebTouchPoint::StateReleased; in UpdateTouchPoints()2139 if (point->state == blink::WebTouchPoint::StateReleased) in RemoveExpiredMappings()2152 touch_event_.touches[i].state = blink::WebTouchPoint::StateReleased; in ReleaseTouchPoints()2154 blink::WebTouchPoint::StateReleased; in ReleaseTouchPoints()
231 if (point->state != blink::WebTouchPoint::StateReleased && in UpdateWebTouchEventAfterDispatch()
467 if (point.state == WebTouchPoint::StateReleased || in UpdateTouchAckStates()
374 case WebTouchPoint::StateReleased: in toPlatformTouchPointState()393 return WebTouchPoint::StateReleased; in toWebTouchPointState()
88 case WebTouchPoint::StateReleased: in pointState()
1031 touchPoint->state = WebTouchPoint::StateReleased; in releaseTouchPoint()1097 if (touchPoint->state == WebTouchPoint::StateReleased) { in sendCurrentTouchEvent()
98 return WebKit::WebTouchPoint::StateReleased; in TouchPointStateFromEvent()
304 state = WebTouchPoint::StateReleased; in BuildTouchEvent()