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

  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 56 StateStationary,
  /external/chromium_org/content/common/input/
touch_event_stream_validator.cc 96 case WebTouchPoint::StateStationary:
web_input_event_traits_unittest.cc 105 touch1.touches[1] = CreateTouchPoint(WebTouchPoint::StateStationary, 1);
106 touch0.touches[1] = CreateTouchPoint(WebTouchPoint::StateStationary, 0);
synthetic_web_input_event_builders.cc 161 touches[point].state = WebTouchPoint::StateStationary;
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.cc 49 event.touches[i].state != WebTouchPoint::StateStationary)
web_input_event_util.cc 171 : WebTouchPoint::StateStationary;
174 : WebTouchPoint::StateStationary;
touch_event_queue.cc 768 if (point.state == WebTouchPoint::StateStationary)
touch_event_queue_unittest.cc 802 stationary_event.touches[0].state = WebTouchPoint::StateStationary;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 325 iter->state = blink::WebTouchPoint::StateStationary;
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 779 touch.state = blink::WebTouchPoint::StateStationary;
    [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 274 pt.state = WebTouchPoint::StateStationary;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 402 case WebTouchPoint::StateStationary:
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc     [all...]

Completed in 209 milliseconds