Home | History | Annotate | Download | only in sdk

Lines Matching refs:_header

647         console.assert(!this._header);
658 console.assert(this._header);
660 if (this._header !== header)
662 this._header._removeLocation(this);
671 this._header = header;
672 this._header.addLiveLocation(this);
679 delete this._header;
690 if (this._header)
691 return this._header.rawLocationToUILocation(cssLocation.lineNumber, cssLocation.columnNumber);
701 if (this._header)
702 this._header._removeLocation(this);