GetDefaultSyntheticGestureSourceType   37 content/browser/renderer_host/input/synthetic_gesture_target.h       GetDefaultSyntheticGestureSourceType() const = 0;
GetDefaultSyntheticGestureSourceType   31 content/browser/renderer_host/input/synthetic_gesture_target_android.h       GetDefaultSyntheticGestureSourceType() const OVERRIDE;
GetDefaultSyntheticGestureSourceType   41 content/browser/renderer_host/input/synthetic_gesture_target_aura.h       GetDefaultSyntheticGestureSourceType() const OVERRIDE;
GetDefaultSyntheticGestureSourceType   49 content/browser/renderer_host/input/synthetic_gesture_target_base.h       GetDefaultSyntheticGestureSourceType() const OVERRIDE;
GetDefaultSyntheticGestureSourceType   31 content/browser/renderer_host/input/synthetic_pinch_gesture.cc       gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
GetDefaultSyntheticGestureSourceType   45 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc       gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
GetDefaultSyntheticGestureSourceType   28 content/browser/renderer_host/input/synthetic_tap_gesture.cc       gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();