Home | History | Annotate | Download | only in embenchen

Lines Matching full:requestanimationframe

5401       },requestAnimationFrame:function requestAnimationFrame(func) {
5405 if (!window.requestAnimationFrame) {
5406 window.requestAnimationFrame = window['requestAnimationFrame'] ||
5413 window.requestAnimationFrame(func);
5420 return Browser.requestAnimationFrame(function() {
5642 Module["requestAnimationFrame"] = function Module_requestAnimationFrame(func) { Browser.requestAnimationFrame(func) };