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

  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 138 needs_tap_ending_event_(false),
275 if (!needs_tap_ending_event_)
281 DCHECK(!needs_tap_ending_event_);
285 needs_tap_ending_event_ = true;
297 DCHECK(needs_tap_ending_event_);
303 needs_tap_ending_event_ = false;
307 needs_tap_ending_event_ = false;
338 if (!needs_tap_ending_event_)
346 DCHECK(!needs_tap_ending_event_);
touch_disposition_gesture_filter.h 99 bool needs_tap_ending_event_; member in class:ui::TouchDispositionGestureFilter

Completed in 792 milliseconds