Lines Matching refs:destroyed
122 this.rendered = this.destroyed = this.disabled = this.waiting =
132 if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
239 if(this.destroyed) { return this.target; }
242 if(this.destroyed) { return; }
243 this.destroyed = TRUE;
345 if(api.destroyed || xhr.status === 0) { return; }
500 if(this.destroyed) { return this; }
530 if(this.destroyed) { return this; }
694 if(!this.rendered || this.positioning || this.destroyed) { return this; }
987 else if(this.destroyed || this.disabled) { return this; }
1010 if(this.destroyed) { return this; }
1125 if(!this.rendered || this.destroyed) { return this; }
1159 if(!this.rendered || this.destroyed) { return this; }
1171 if(this.destroyed) { return this; }
1492 if(this.disabled || this.destroyed) { return FALSE; }
2778 if(current.destroyed) { current = NULL; }