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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 259 WebGestureEvent webGestureEvent;
260 webGestureEvent.type = WebInputEvent::GestureScrollUpdate;
261 webGestureEvent.x = 10;
262 webGestureEvent.y = 10;
263 webGestureEvent.globalX = 10;
264 webGestureEvent.globalY = 10;
265 webGestureEvent.data.scrollUpdate.deltaX = 10;
266 webGestureEvent.data.scrollUpdate.deltaY = 10;
268 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
    [all...]
ImeOnFocusTest.cpp 79 WebGestureEvent webGestureEvent;
80 webGestureEvent.type = WebInputEvent::GestureTap;
81 webGestureEvent.x = clientPoint.x();
82 webGestureEvent.y = clientPoint.y();
83 webGestureEvent.globalX = clientPoint.x();
84 webGestureEvent.globalY = clientPoint.y();
85 webGestureEvent.data.tap.tapCount = 1;
86 webGestureEvent.data.tap.width = 10;
87 webGestureEvent.data.tap.height = 10
    [all...]

Completed in 73 milliseconds