Home
last modified time | relevance | path

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

/external/chromium_org/content/common/input/
Dtouch_event_stream_validator.cc58 if (previous_point.state == WebTouchPoint::StateCancelled || in Validate()
79 previous_point->state != WebTouchPoint::StateCancelled && in Validate()
114 case WebTouchPoint::StateCancelled: in Validate()
Dweb_touch_event_traits.cc42 event.touches[i].state != blink::WebTouchPoint::StateCancelled) in IsTouchSequenceEnd()
74 newState = WebTouchPoint::StateCancelled; in ResetTypeAndTouchStates()
Dtouch_event_stream_validator_unittest.cc145 WebTouchPoint::StateReleased, WebTouchPoint::StateCancelled, in TEST()
159 j <= WebTouchPoint::StateCancelled; in TEST()
Dsynthetic_web_input_event_builders.cc202 touches[index].state = WebTouchPoint::StateCancelled; in CancelPoint()
/external/chromium_org/third_party/WebKit/public/web/
DWebTouchPoint.h57 StateCancelled, enumerator
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc52 case blink::WebTouchPoint::StateCancelled: in WebTouchPointStateToEventType()
70 return blink::WebTouchPoint::StateCancelled; in TouchPointStateFromEvent()
Drender_widget_host_view_aura.cc236 point->state != blink::WebTouchPoint::StateCancelled) in UpdateWebTouchEventAfterDispatch()
/external/chromium_org/content/browser/renderer_host/input/
Dmotion_event_web.cc40 event, WebTouchPoint::StateCancelled)); in GetActionFrom()
Dweb_input_event_util.cc174 return WebTouchPoint::StateCancelled; in ToWebTouchPointState()
Dtouch_event_queue.cc769 point.state == WebTouchPoint::StateCancelled) in UpdateTouchConsumerStates()
Dtouch_event_queue_unittest.cc2082 followup_cancel.touches[0].state = WebTouchPoint::StateCancelled; in TEST_F()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DTouchActionTest.cpp317 WebTouchPoint::StateCancelled); in sendTouchEvent()
DWebInputEventConversionTest.cpp194 EXPECT_EQ(WebTouchPoint::StateCancelled, webTouchBuilder.touches[0].state); in TEST()
195 EXPECT_EQ(WebTouchPoint::StateCancelled, webTouchBuilder.touches[1].state); in TEST()
/external/chromium_org/content/renderer/pepper/
Devent_conversion.cc229 touch_point.state == WebTouchPoint::StateCancelled)) { in SetPPTouchPoints()
339 state = WebTouchPoint::StateCancelled; in BuildTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp402 case WebTouchPoint::StateCancelled: in toPlatformTouchPointState()
415 return WebTouchPoint::StateCancelled; in toWebTouchPointState()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc78 case blink::WebTouchPoint::StateCancelled: in PointState()
Devent_sender.cc1509 touch_point->state = WebTouchPoint::StateCancelled; in CancelTouchPoint()