HomeSort by relevance Sort by last modified time
    Searched refs:StateCancelled (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 57 StateCancelled,
  /external/chromium_org/content/common/input/
touch_event_stream_validator.cc 50 if (previous_point.state == WebTouchPoint::StateCancelled ||
70 previous_point->state != WebTouchPoint::StateCancelled &&
99 case WebTouchPoint::StateCancelled:
web_touch_event_traits.cc 60 newState = WebTouchPoint::StateCancelled;
synthetic_web_input_event_builders.cc 202 touches[index].state = WebTouchPoint::StateCancelled;
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.cc 34 event, WebTouchPoint::StateCancelled));
web_input_event_util.cc 168 return WebTouchPoint::StateCancelled;
touch_event_queue.cc 794 point.state == WebTouchPoint::StateCancelled)
touch_event_queue_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 49 case blink::WebTouchPoint::StateCancelled:
67 return blink::WebTouchPoint::StateCancelled;
render_widget_host_view_aura.cc 234 point->state != blink::WebTouchPoint::StateCancelled)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 320 WebTouchPoint::StateCancelled);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 404 case WebTouchPoint::StateCancelled:
417 return WebTouchPoint::StateCancelled;
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 81 case WebTouchPoint::StateCancelled:
event_sender.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 311 state = WebTouchPoint::StateCancelled;

Completed in 195 milliseconds