Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:fired

493     //  mainly for Opera 8.5, won't be fired if DOMContentLoaded fired already.
592 this.fired = -1;
618 if (this.fired == -1) {
624 if (this.fired == -1) {
638 (this.fired == 0) &&
656 this.fired = res instanceof Error ? 1 : 0;
657 this.results[this.fired] = res;
667 if (this.fired != -1) {
757 if (this.fired >= 0) {
781 var fired = this.fired;
782 var res = this.results[fired];
785 var f = chain.shift()[fired];
795 fired = res instanceof Error ? 1 : 0;
801 if ( (this.paused == 0) && (this.fired >= 0)) {
813 fired = 1;
818 this.fired = fired;
819 this.results[fired] = res;
822 // deferred is already fired