IsInsideTouchSlopRegion  100 ui/events/gestures/gesture_point.cc   return IsInClickTimeWindow() && IsInsideTouchSlopRegion(event);
IsInsideTouchSlopRegion  120 ui/events/gestures/gesture_point.cc          !IsInsideTouchSlopRegion(event);
IsInsideTouchSlopRegion   46 ui/events/gestures/gesture_point.h   bool IsInsideTouchSlopRegion(const TouchEvent& event) const;
IsInsideTouchSlopRegion 1147 ui/events/gestures/gesture_sequence.cc   } else if (point.IsInsideTouchSlopRegion(event) &&
IsInsideTouchSlopRegion 1241 ui/events/gestures/gesture_sequence.cc   if (time_delta > max_delta || !point.IsInsideTouchSlopRegion(event)) {
IsInsideTouchSlopRegion 1256 ui/events/gestures/gesture_sequence.cc   if (time_delta < max_delta && point.IsInsideTouchSlopRegion(event))
IsInsideTouchSlopRegion 1474 ui/events/gestures/gesture_sequence.cc   if (!point->IsInsideTouchSlopRegion(event)) {