Searched refs:timerWindow (Results 1 – 2 of 2) sorted by relevance
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktools.js | 125 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument 128 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ; 131 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument 133 return ( timerWindow || window ).setTimeout( 144 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument 146 return ( timerWindow || window ).setInterval(
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktools.js | 291 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument 294 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ; 297 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument 299 return ( timerWindow || window ).setTimeout( 310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument 312 return ( timerWindow || window ).setInterval(
|