overview_gesture_handler_unittest.cc | 150 gfx::Point start_points[3]; local 151 start_points[0] = start_points[1] = start_points[2] = gfx::Point(); 152 generator.GestureMultiFingerScroll(3, start_points, 5, 10, 0, 100); 155 generator.GestureMultiFingerScroll(3, start_points, 5, 10, 0, 100); 167 gfx::Point start_points[3]; local 168 start_points[0] = start_points[1] = start_points[2] = gfx::Point(105, 105) [all...] |