Home
last modified time | relevance | path

Searched refs:SupportsSyntheticGestureSourceType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_base.cc48 DCHECK(SupportsSyntheticGestureSourceType( in DispatchInputEventToPlatform()
55 DCHECK(SupportsSyntheticGestureSourceType( in DispatchInputEventToPlatform()
62 DCHECK(SupportsSyntheticGestureSourceType( in DispatchInputEventToPlatform()
107 bool SyntheticGestureTargetBase::SupportsSyntheticGestureSourceType( in SupportsSyntheticGestureSourceType() function in content::SyntheticGestureTargetBase
Dsynthetic_gesture_target.h41 virtual bool SupportsSyntheticGestureSourceType(
Dsynthetic_gesture_target_aura.h39 virtual bool SupportsSyntheticGestureSourceType(
Dsynthetic_gesture_target_android.h32 virtual bool SupportsSyntheticGestureSourceType(
Dsynthetic_gesture_target_base.h52 virtual bool SupportsSyntheticGestureSourceType(
Dsynthetic_gesture_target_android.cc81 bool SyntheticGestureTargetAndroid::SupportsSyntheticGestureSourceType( in SupportsSyntheticGestureSourceType() function in content::SyntheticGestureTargetAndroid
Dsynthetic_tap_gesture.cc40 if (!target->SupportsSyntheticGestureSourceType(gesture_source_type_)) in ForwardInputEvents()
Dsynthetic_pinch_gesture.cc36 if (!target->SupportsSyntheticGestureSourceType(gesture_source_type_)) in ForwardInputEvents()
Dsynthetic_gesture_target_aura.cc140 bool SyntheticGestureTargetAura::SupportsSyntheticGestureSourceType( in SupportsSyntheticGestureSourceType() function in content::SyntheticGestureTargetAura
Dsynthetic_smooth_scroll_gesture.cc44 if (!target->SupportsSyntheticGestureSourceType(gesture_source_type_)) in ForwardInputEvents()
Dsynthetic_gesture_controller_unittest.cc96 virtual bool SupportsSyntheticGestureSourceType( in SupportsSyntheticGestureSourceType() function in content::__anon2f1fffe30111::MockSyntheticGestureTarget