Home | History | Annotate | Download | only in parse-only

Lines Matching refs:onTimerEvent

8683     this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
8696 onTimerEvent: function() {
9869 this.onTimerEvent();
9885 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
9888 onTimerEvent: function() {