HomeSort by relevance Sort by last modified time
    Searched refs:MoveTouchPoints (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_pinch_gesture.h 38 void MoveTouchPoints(SyntheticGestureTarget* target);
synthetic_pinch_gesture.cc 67 MoveTouchPoints(target);
94 void SyntheticPinchGesture::MoveTouchPoints(SyntheticGestureTarget* target) {
touch_event_queue_unittest.cc 116 void MoveTouchPoints(int index0, int x0, int y0, int index1, int x1, int y1) {
358 MoveTouchPoints(0, 10, 10, 1, 20, 20);
488 MoveTouchPoints(0, 10, 10, 1, 20, 20);
535 MoveTouchPoints(0, 15, 15, 1, 25, 25);
    [all...]

Completed in 773 milliseconds