Searched refs:_frame (Results 1 – 1 of 1) sorted by relevance
166 public _frame: Rect | undefined; property in TraceRow614 if (this._frame) {615 this._frame.width = TraceRow.FRAME_WIDTH;616 this._frame.height = this.clientHeight;617 return this._frame;619 this._frame = new Rect(0, 0, TraceRow.FRAME_WIDTH, this.clientHeight || 40);620 return this._frame;625 this._frame = f;