Searched refs:ScopedGestureEvent (Results 1 – 2 of 2) sorted by relevance
45 typedef scoped_ptr<GestureEventWithLatencyInfo> ScopedGestureEvent; typedef46 ScopedGestureEvent stashed_tap_down_;47 ScopedGestureEvent stashed_show_press_;
66 ScopedGestureEvent tap_down = stashed_tap_down_.Pass(); in ForwardStashedTapDown()67 ScopedGestureEvent show_press = stashed_show_press_.Pass(); in ForwardStashedTapDown()