Searched refs:shouldPause (Results 1 – 2 of 2) sorted by relevance
354 public boolean setPaused(boolean shouldPause) { in setPaused() argument356 if (shouldPause) { in setPaused()
3972 var Browser={mainLoop:{scheduler:null,shouldPause:false,paused:false,queue:[],pause:function () { property3973 Browser.mainLoop.shouldPause = true;3979 Browser.mainLoop.shouldPause = false;