Searched refs:StateCancelled (Results 1 – 17 of 17) sorted by relevance
58 if (previous_point.state == WebTouchPoint::StateCancelled || in Validate()79 previous_point->state != WebTouchPoint::StateCancelled && in Validate()114 case WebTouchPoint::StateCancelled: in Validate()
42 event.touches[i].state != blink::WebTouchPoint::StateCancelled) in IsTouchSequenceEnd()74 newState = WebTouchPoint::StateCancelled; in ResetTypeAndTouchStates()
145 WebTouchPoint::StateReleased, WebTouchPoint::StateCancelled, in TEST()159 j <= WebTouchPoint::StateCancelled; in TEST()
202 touches[index].state = WebTouchPoint::StateCancelled; in CancelPoint()
57 StateCancelled, enumerator
52 case blink::WebTouchPoint::StateCancelled: in WebTouchPointStateToEventType()70 return blink::WebTouchPoint::StateCancelled; in TouchPointStateFromEvent()
236 point->state != blink::WebTouchPoint::StateCancelled) in UpdateWebTouchEventAfterDispatch()
40 event, WebTouchPoint::StateCancelled)); in GetActionFrom()
174 return WebTouchPoint::StateCancelled; in ToWebTouchPointState()
769 point.state == WebTouchPoint::StateCancelled) in UpdateTouchConsumerStates()
2082 followup_cancel.touches[0].state = WebTouchPoint::StateCancelled; in TEST_F()
317 WebTouchPoint::StateCancelled); in sendTouchEvent()
194 EXPECT_EQ(WebTouchPoint::StateCancelled, webTouchBuilder.touches[0].state); in TEST()195 EXPECT_EQ(WebTouchPoint::StateCancelled, webTouchBuilder.touches[1].state); in TEST()
229 touch_point.state == WebTouchPoint::StateCancelled)) { in SetPPTouchPoints()339 state = WebTouchPoint::StateCancelled; in BuildTouchEvent()
402 case WebTouchPoint::StateCancelled: in toPlatformTouchPointState()415 return WebTouchPoint::StateCancelled; in toWebTouchPointState()
78 case blink::WebTouchPoint::StateCancelled: in PointState()
1509 touch_point->state = WebTouchPoint::StateCancelled; in CancelTouchPoint()