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

Lines Matching full:onreadystatechange

3063 		document.attachEvent("onreadystatechange", function(){
3065 document.detachEvent( "onreadystatechange", arguments.callee );
3487 script.onload = script.onreadystatechange = function(){
3495 script.onload = script.onreadystatechange = null;
3553 var onreadystatechange = function(isTimeout){
3620 var ival = setInterval(onreadystatechange, 13);
3627 onreadystatechange( "timeout" );
3640 onreadystatechange();
8097 this.xhr.onreadystatechange = $empty;
8191 this.xhr.onreadystatechange = this.onStateChange.bind(this);
8211 this.xhr.onreadystatechange = $empty;
9609 this.transport.onreadystatechange = this.onStateChange.bind(this);
9706 this.transport.onreadystatechange = Prototype.emptyFunction;
12504 $("__onDOMContentLoaded").onreadystatechange = function() {
12506 this.onreadystatechange = null;