HomeSort by relevance Sort by last modified time
    Searched defs:SendWheelEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 68 void SendWheelEvent(int dx, int dy, blink::WebMouseWheelEvent::Phase phase) {
91 SendWheelEvent(0, -200, blink::WebMouseWheelEvent::PhaseNone);
109 SendWheelEvent(0, -200, blink::WebMouseWheelEvent::PhaseNone);
119 SendWheelEvent(500, 0, blink::WebMouseWheelEvent::PhaseBegan);
120 SendWheelEvent(500, 0, blink::WebMouseWheelEvent::PhaseEnded);
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl.cc 123 void InputRouterImpl::SendWheelEvent(
125 SendWheelEvent(QueuedWheelEvent(wheel_event, false));
128 void InputRouterImpl::SendWheelEvent(const QueuedWheelEvent& wheel_event) {
445 SendWheelEvent(QueuedWheelEvent(
611 // Process the unhandled wheel event here before calling SendWheelEvent()
626 SendWheelEvent(next_wheel_event);

Completed in 212 milliseconds