Home
last modified time | relevance | path

Searched refs:stashed_show_press_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dtouchscreen_tap_suppression_controller.cc42 stashed_show_press_.reset(new GestureEventWithLatencyInfo(event)); in FilterTapEvent()
61 stashed_show_press_.reset(); in DropStashedTapDown()
67 ScopedGestureEvent show_press = stashed_show_press_.Pass(); in ForwardStashedTapDown()
Dtouchscreen_tap_suppression_controller.h47 ScopedGestureEvent stashed_show_press_; variable