Home
last modified time | relevance | path

Searched refs:SetInterval (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js159 this._Timer = FCKTools.SetInterval( CheckPopupOnHide, 100, this ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function
86 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
H A Dfckeditorcode_gecko.js36 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function
85 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function
98 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
H A Dfckeditorcode_ie.js51 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function
100 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…