Searched refs:gesture_type (Results 1 – 4 of 4) sorted by relevance
79 content::SyntheticGestureParams::GestureType gesture_type; in Read() local80 if (!ReadParam(m, iter, &gesture_type)) in Read()83 switch (gesture_type) { in Read()
408 EventType gesture_type) { in Filter() argument410 GetDispositionHandlingInfo(gesture_type); in Filter()420 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type)); in Filter()423 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type)); in Filter()
275 void DispatchGesture(ui::EventType gesture_type, gfx::Point location) { in DispatchGesture() argument276 ui::GestureEventDetails event_details(gesture_type); in DispatchGesture()
556 int gesture_type = ToGestureEventType(event.type); in FilterInputEvent() local559 gesture_type, in FilterInputEvent()