Lines Matching refs:bind
100 if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50);
159 setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000);
187 setTimeout(this.hide.bind(this), 250);
335 this.options.onComplete = this.onComplete.bind(this);
560 this.form.onsubmit = this.onSubmit.bind(this);
581 cancelLink.onclick = this.onclickCancel.bind(this);
615 textField.onblur = this.onSubmit.bind(this);
627 textArea.onblur = this.onSubmit.bind(this);
646 onComplete: this.onLoadedExternalText.bind(this)
683 onComplete: this.onComplete.bind(this),
684 onFailure: this.onFailure.bind(this),
695 onComplete: this.onComplete.bind(this),
696 onFailure: this.onFailure.bind(this)
760 this.options.onComplete.bind(this)(transport, this.element);
796 }.bind(this));
826 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);