Home
last modified time | relevance | path

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

/external/v8/benchmarks/spinning-balls/
Dv.js33 if ( !window.requestAnimationFrame ) {
34 window.requestAnimationFrame = ( function() { function
421 requestAnimationFrame(render);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16581 requestAnimationFrame callbacks should not fire within a modal dialog
584requestAnimationFrame callbacks shouldn't fire while a modal dialog is up (like a window.alert()).
16597 Add a DOMTimeStamp parameter to the requestAnimationFrame callback
16600 This adds a DOMTimeStamp parameter to the requestAnimationFrame callback to more
20901 Implement mozilla's requestAnimationFrame API
20904 … This implements mozilla's proposed requestAnimationFrame API. The idea with this API is that
20905 an author driving an animation from script could use window.requestAnimationFrame(callback)
22400 Implement mozilla's requestAnimationFrame API
22403 … This implements mozilla's proposed requestAnimationFrame API. The idea with this API is that
22404 an author driving an animation from script could use window.requestAnimationFrame(callback)
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-161092 Add a DOMTimeStamp parameter to the requestAnimationFrame callback
1537 Implement mozilla's requestAnimationFrame API
1983 Implement mozilla's requestAnimationFrame API
/external/webkit/Tools/
DChangeLog-2011-02-163226 Implement mozilla's requestAnimationFrame API
3370 Implement mozilla's requestAnimationFrame API