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

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events-limited.js 11 function touchEventCallback() {
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
basic-multi-touch-events.js 11 function touchEventCallback() {
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
basic-single-touch-events.js 11 function touchEventCallback() {
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);

Completed in 187 milliseconds