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

/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Dbasic-multi-touch-events-limited.js9 var EXPECTED_TOUCH_EVENTS_TOTAL = 3; variable
19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {
H A Dbasic-multi-touch-events.js9 var EXPECTED_TOUCH_EVENTS_TOTAL = 4; variable
19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {
H A Dbasic-single-touch-events.js9 var EXPECTED_TOUCH_EVENTS_TOTAL = 5; variable
19 if (window.layoutTestController && touchEventsReceived == EXPECTED_TOUCH_EVENTS_TOTAL) {

Completed in 61 milliseconds