Searched defs:SyntheticGestureTargetAndroid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_android.h16 class SyntheticGestureTargetAndroid : public SyntheticGestureTargetBase { class in namespace:content
18 SyntheticGestureTargetAndroid(
21 virtual ~SyntheticGestureTargetAndroid();
60 DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAndroid);
H A Dsynthetic_gesture_target_android.cc18 SyntheticGestureTargetAndroid::SyntheticGestureTargetAndroid( function in class:content::SyntheticGestureTargetAndroid
26 SyntheticGestureTargetAndroid::~SyntheticGestureTargetAndroid() {
29 bool SyntheticGestureTargetAndroid::RegisterTouchEventSynthesizer(JNIEnv* env) {
33 void SyntheticGestureTargetAndroid::TouchSetPointer(
35 TRACE_EVENT0("input", "SyntheticGestureTargetAndroid::TouchSetPointer");
40 void SyntheticGestureTargetAndroid::TouchInject(
42 TRACE_EVENT0("input", "SyntheticGestureTargetAndroid::TouchInject");
48 void SyntheticGestureTargetAndroid
[all...]

Completed in 97 milliseconds