Searched refs:verifyTouchPoint (Results 1 - 3 of 3) sorted by relevance

/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Dbasic-multi-touch-events-limited.js44 function verifyTouchPoint(list, point, x, y, id) function
57 verifyTouchPoint("touches", 0, 10, 10, 0);
58 verifyTouchPoint("touches", 1, 20, 30, 1);
59 verifyTouchPoint("changedTouches", 0, 10, 10, 0);
60 verifyTouchPoint("changedTouches", 1, 20, 30, 1);
61 verifyTouchPoint("targetTouches", 0, 10, 10, 0);
62 verifyTouchPoint("targetTouches", 1, 20, 30, 1);
66 verifyTouchPoint("touches", 0, 15, 15, 0);
67 verifyTouchPoint("touches", 1, 25, 35, 1);
68 verifyTouchPoint("changedTouche
[all...]
H A Dbasic-multi-touch-events.js44 function verifyTouchPoint(list, point, x, y, id) function
57 verifyTouchPoint("touches", 0, 10, 10, 0);
58 verifyTouchPoint("touches", 1, 20, 30, 1);
59 verifyTouchPoint("changedTouches", 0, 10, 10, 0);
60 verifyTouchPoint("changedTouches", 1, 20, 30, 1);
61 verifyTouchPoint("targetTouches", 0, 10, 10, 0);
62 verifyTouchPoint("targetTouches", 1, 20, 30, 1);
66 verifyTouchPoint("touches", 0, 15, 15, 0);
67 verifyTouchPoint("changedTouches", 0, 15, 15, 0);
68 verifyTouchPoint("touche
[all...]
H A Dbasic-single-touch-events.js44 function verifyTouchPoint(list, point, x, y, id) function
59 verifyTouchPoint("touches", 0, 10, 10, 0);
60 verifyTouchPoint("changedTouches", 0, 10, 10, 0);
61 verifyTouchPoint("targetTouches", 0, 10, 10, 0);
65 verifyTouchPoint("touches", 0, 50, 50, 0);
73 verifyTouchPoint("changedTouches", 0, 50, 50, 0);

Completed in 82 milliseconds