Searched refs:syntheticGestureEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp625 WebGestureEvent syntheticGestureEvent; local
627 syntheticGestureEvent.type = WebInputEvent::GestureScrollUpdateWithoutPropagation;
628 syntheticGestureEvent.data.scrollUpdate.deltaX = delta.width;
629 syntheticGestureEvent.data.scrollUpdate.deltaY = delta.height;
630 syntheticGestureEvent.x = m_positionOnFlingStart.x;
631 syntheticGestureEvent.y = m_positionOnFlingStart.y;
632 syntheticGestureEvent.globalX = m_globalPositionOnFlingStart.x;
633 syntheticGestureEvent.globalY = m_globalPositionOnFlingStart.y;
634 syntheticGestureEvent.modifiers = m_flingModifier;
635 syntheticGestureEvent
[all...]

Completed in 286 milliseconds