Home
last modified time | relevance | path

Searched refs:web_touch (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_android.cc46 const blink::WebTouchEvent& web_touch, const ui::LatencyInfo&) { in DispatchWebTouchEventToPlatform() argument
51 switch (web_touch.type) { in DispatchWebTouchEventToPlatform()
67 const unsigned num_touches = web_touch.touchesLength; in DispatchWebTouchEventToPlatform()
69 const blink::WebTouchPoint* point = &web_touch.touches[i]; in DispatchWebTouchEventToPlatform()
Dsynthetic_gesture_target_base.cc51 const WebTouchEvent* web_touch = in DispatchInputEventToPlatform() local
53 DispatchWebTouchEventToPlatform(*web_touch, event.latency_info); in DispatchInputEventToPlatform()
74 const blink::WebTouchEvent& web_touch, in DispatchWebTouchEventToPlatform() argument
76 host_->ForwardTouchEventWithLatencyInfo(web_touch, latency_info); in DispatchWebTouchEventToPlatform()
Dsynthetic_gesture_target_aura.cc27 const WebTouchEvent& web_touch, in DispatchWebTouchEventToPlatform() argument
35 TouchEventWithLatencyInfo touch_with_latency(web_touch, latency_info); in DispatchWebTouchEventToPlatform()
Dsynthetic_gesture_target_aura.h27 const blink::WebTouchEvent& web_touch,
Dsynthetic_gesture_target_android.h26 const blink::WebTouchEvent& web_touch,
Dsynthetic_gesture_target_base.h31 const blink::WebTouchEvent& web_touch,