Searched defs:onTimerEvent (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js826 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
829 onTimerEvent: function() {
H A Dprototype.js128 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
137 onTimerEvent: function() {
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() {
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js137 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
140 onTimerEvent: function() {
838 this.onTimerEvent();
854 this.timer = setTimeout(this.onTimerEvent.bind(this),
858 onTimerEvent: function() {
1389 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
1392 onTimerEvent: function() {

Completed in 826 milliseconds