Searched refs:startParentRow (Results 1 – 2 of 2) sorted by relevance
68 let startParentRow: any;71 startParentRow = sp.shadowRoot?.querySelector<TraceRow<JankStruct>>(92 if (startParentRow && !startParentRow.expansion && expansionFlag) {93 startY = startParentRow!.translateY! + 10 * (selectJankStruct!.depth! + 0.5);94 startRowEl = startParentRow;128 let startParentRow = sp.shadowRoot?.querySelector<TraceRow<JankStruct>>(131 if (startParentRow && !startParentRow.expansion && expansionFlag) {132 startY = startParentRow!.translateY! + 10 * (selectJankStruct!.depth! + 0.5);133 startRowEl = startParentRow;
1251 const startParentRow = this.shadowRoot?.querySelector<TraceRow<ThreadStruct>>( constant1255 if (startParentRow && !startParentRow.expansion && expansionFlag) {1256 startY = startParentRow.translateY!;1257 startRowEl = startParentRow;