Searched refs:last_gesture_of_type_dropped_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.h76 BitSet32 last_gesture_of_type_dropped_; member in class:ui::TouchDispositionGestureFilter::GestureHandlingState
H A Dtouch_disposition_gesture_filter.cc418 last_gesture_of_type_dropped_.has_bit(
420 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type));
423 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type));

Completed in 104 milliseconds