Home
last modified time | relevance | path

Searched refs:oneShotCallbackInvoked (Results 1 – 4 of 4) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Ddelayed-permission-allowed-for-multiple-requests.js13 var oneShotCallbackInvoked = false; variable
32 oneShotCallbackInvoked = true;
46 if (watchCallbackInvoked && oneShotCallbackInvoked)
Dmultiple-requests.js16 var oneShotCallbackInvoked = false; variable
29 oneShotCallbackInvoked = true;
42 if (watchCallbackInvoked && oneShotCallbackInvoked)
Ddelayed-permission-denied-for-multiple-requests.js13 var oneShotCallbackInvoked = false; variable
40 oneShotCallbackInvoked = true;
50 if (watchCallbackInvoked && oneShotCallbackInvoked)
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dmultiple-requests-expected.txt6 PASS oneShotCallbackInvoked is false