Searched defs:stationary_event (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue_unittest.cc886 WebTouchEvent stationary_event; local
887 stationary_event.touchesLength = 1;
888 stationary_event.type = WebInputEvent::TouchMove;
889 stationary_event.touches[0].id = 1;
890 stationary_event.touches[0].state = WebTouchPoint::StateStationary;
891 SendTouchEvent(stationary_event);

Completed in 79 milliseconds