Home
last modified time | relevance | path

Searched refs:onTimerEvent (Results 1 – 4 of 4) sorted by relevance

/template/a_new_day/js/
H A Dprototype.js128 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
137 onTimerEvent: function() { method in PeriodicalExecuter
1042 this.onTimerEvent();
1058 this.timer = setTimeout(this.onTimerEvent.bind(this),
1062 onTimerEvent: function() {
2094 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
2097 onTimerEvent: function() { method in Abstract.TimedObserver
H A Dcontrols.js828 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
831 onTimerEvent: function() { method in Form.Element.DelayedObserver
/template/battlehorse/js/
H A Dprototype.js128 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
137 onTimerEvent: function() { method in PeriodicalExecuter
1042 this.onTimerEvent();
1058 this.timer = setTimeout(this.onTimerEvent.bind(this),
1062 onTimerEvent: function() {
2094 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
2097 onTimerEvent: function() { method in Abstract.TimedObserver
H A Dcontrols.js828 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
831 onTimerEvent: function() { method in Form.Element.DelayedObserver