OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveTouchPoint
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc
111
void
MoveTouchPoint
(int index, int x, int y) {
219
MoveTouchPoint
(0, 5, 5);
254
MoveTouchPoint
(0, i, i);
285
MoveTouchPoint
(0, i, i);
325
MoveTouchPoint
(0, i, i);
336
MoveTouchPoint
(0, 5, 5);
339
MoveTouchPoint
(0, 7, 7);
350
MoveTouchPoint
(0, 5, 5);
359
MoveTouchPoint
(1, 20, 20);
363
MoveTouchPoint
(0, 15, 15)
[
all
...]
synthetic_smooth_scroll_gesture.h
48
void
MoveTouchPoint
(SyntheticGestureTarget* target);
synthetic_smooth_scroll_gesture.cc
77
MoveTouchPoint
(target);
93
MoveTouchPoint
(target);
170
void SyntheticSmoothScrollGesture::
MoveTouchPoint
(
input_router_impl_unittest.cc
213
MoveTouchPoint
(index, 5, 5);
242
void
MoveTouchPoint
(int index, int x, int y) {
540
MoveTouchPoint
(0, 5, 5);
617
MoveTouchPoint
(0, 5, 5);
635
MoveTouchPoint
(0, 10, 10);
636
MoveTouchPoint
(1, 20, 20);
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc
739
void
MoveTouchPoint
(int index, int x, int y) {
[
all
...]
Completed in 116 milliseconds