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

  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.h 14 class GestureEventFilter;
22 explicit TouchscreenTapSuppressionController(GestureEventFilter* gef);
51 GestureEventFilter* gesture_event_filter_;
gesture_event_filter.h 27 // Interface with which the GestureEventFilter can forward gesture events, and
62 class CONTENT_EXPORT GestureEventFilter {
64 // Both |client| and |touchpad_client| must outlive the GestureEventFilter.
65 GestureEventFilter(GestureEventFilterClient* client,
67 ~GestureEventFilter();
186 // TODO(mohsen): Move touchpad tap suppression out of GestureEventFilter since
208 base::OneShotTimer<GestureEventFilter> debounce_deferring_timer_;
221 DISALLOW_COPY_AND_ASSIGN(GestureEventFilter);
gesture_event_filter.cc 27 GestureEventFilter::GestureEventFilter(
49 GestureEventFilter::~GestureEventFilter() { }
51 bool GestureEventFilter::ShouldDiscardFlingCancelEvent(
67 bool GestureEventFilter::ShouldForwardForBounceReduction(
78 &GestureEventFilter::SendScrollEndingEventsNow);
104 bool GestureEventFilter::ShouldForward(
113 bool GestureEventFilter::ShouldForwardForZeroVelocityFlingStart(
121 bool GestureEventFilter::ShouldForwardForGFCFiltering
    [all...]
touchscreen_tap_suppression_controller_stub.cc 15 GestureEventFilter* /*gef*/)
touchscreen_tap_suppression_controller.cc 18 GestureEventFilter* gef)
input_router_impl.h 247 scoped_ptr<GestureEventFilter> gesture_event_filter_;
gesture_event_filter_unittest.cc 37 filter_.reset(new GestureEventFilter(this, this));
72 // Returns the result of |GestureEventFilter::ShouldForward()|.
191 GestureEventFilter* filter() const {
196 scoped_ptr<GestureEventFilter> filter_;
    [all...]
input_router_impl.cc 107 gesture_event_filter_(new GestureEventFilter(this, this)) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 324 const GestureEventFilter* gesture_event_filter() const {
328 GestureEventFilter* gesture_event_filter() {
    [all...]

Completed in 69 milliseconds