RT_CURRENT         68 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_START | RT_CURRENT);
RT_CURRENT         70 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED);
RT_CURRENT         72 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_START | RT_CURRENT);
RT_CURRENT         74 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED);
RT_CURRENT         76 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_START | RT_CURRENT);
RT_CURRENT         78 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_CURRENT, ET_GESTURE_SCROLL_BEGIN);
RT_CURRENT         88 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       return Info(RT_CURRENT, ET_GESTURE_PINCH_BEGIN);
RT_CURRENT        306 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       (required_touches & RT_CURRENT && current_touch_consumed_) ||