Home | History | Annotate | Download | only in embenchen

Lines Matching full:requestanimationframe

5349       },requestAnimationFrame:function requestAnimationFrame(func) {
5353 if (!window.requestAnimationFrame) {
5354 window.requestAnimationFrame = window['requestAnimationFrame'] ||
5361 window.requestAnimationFrame(func);
5368 return Browser.requestAnimationFrame(function() {
5589 Module["requestAnimationFrame"] = function Module_requestAnimationFrame(func) { Browser.requestAnimationFrame(func) };