Home | History | Annotate | Download | only in embenchen

Lines Matching full:requestanimationframe

4206       },requestAnimationFrame:function requestAnimationFrame(func) {
4210 if (!window.requestAnimationFrame) {
4211 window.requestAnimationFrame = window['requestAnimationFrame'] ||
4218 window.requestAnimationFrame(func);
4225 return Browser.requestAnimationFrame(function() {
5425 Module["requestAnimationFrame"] = function Module_requestAnimationFrame(func) { Browser.requestAnimationFrame(func) };