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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_base.cc 68 const WebMouseWheelEvent& web_wheel = local
70 CHECK(PointIsWithinContents(web_wheel.x, web_wheel.y))
72 DispatchWebMouseWheelEventToPlatform(web_wheel, latency_info);
95 const blink::WebMouseWheelEvent& web_wheel,
97 host_->ForwardWheelEventWithLatencyInfo(web_wheel, latency_info);
synthetic_gesture_target_aura.h 33 const blink::WebMouseWheelEvent& web_wheel,
synthetic_gesture_target_aura.cc 47 const blink::WebMouseWheelEvent& web_wheel,
49 gfx::Point location(web_wheel.x, web_wheel.y);
53 mouse_event, web_wheel.deltaX, web_wheel.deltaY);
synthetic_gesture_target_android.h 30 const blink::WebMouseWheelEvent& web_wheel,
synthetic_gesture_target_base.h 35 const blink::WebMouseWheelEvent& web_wheel,
synthetic_gesture_target_android.cc 81 const blink::WebMouseWheelEvent& web_wheel, const ui::LatencyInfo&) {

Completed in 95 milliseconds