Home
last modified time | relevance | path

Searched refs:firstListener (Results 1 – 3 of 3) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
Dupdates.js20 function firstListener(event) { function
22 window.removeEventListener('deviceorientation', firstListener);
34 window.addEventListener('deviceorientation', firstListener);
Dnull-values.js23 function firstListener(event) { function
25 window.removeEventListener('deviceorientation', firstListener);
53 window.addEventListener('deviceorientation', firstListener);
Dadd-listener-from-callback.js21 function firstListener(event) { function
43 window.addEventListener('deviceorientation', firstListener);