HomeSort by relevance Sort by last modified time
    Searched full:web_touch (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_base.cc 54 const WebTouchEvent& web_touch = local
58 if (web_touch.type == WebInputEvent::TouchStart) {
59 for (unsigned i = 0; i < web_touch.touchesLength; i++)
60 CHECK(web_touch.touches[i].state != WebTouchPoint::StatePressed ||
61 PointIsWithinContents(web_touch.touches[i].position.x,
62 web_touch.touches[i].position.y))
66 DispatchWebTouchEventToPlatform(web_touch, latency_info);
86 const blink::WebTouchEvent& web_touch,
synthetic_gesture_target_android.cc 49 const blink::WebTouchEvent& web_touch, const ui::LatencyInfo&) {
54 switch (web_touch.type) {
70 const unsigned num_touches = web_touch.touchesLength;
72 const blink::WebTouchPoint* point = &web_touch.touches[i];
77 static_cast<int64>(web_touch.timeStampSeconds * 1000.0));
synthetic_gesture_target_android.h 27 const blink::WebTouchEvent& web_touch,
synthetic_gesture_target_aura.h 30 const blink::WebTouchEvent& web_touch,
synthetic_gesture_target_base.h 31 const blink::WebTouchEvent& web_touch,
synthetic_gesture_target_aura.cc 26 const WebTouchEvent& web_touch,
28 TouchEventWithLatencyInfo touch_with_latency(web_touch, latency_info);

Completed in 60 milliseconds