Lines Matching refs:parentRow
320 parentRows?.forEach((parentRow) => {
322 parentRow?.name &&
323 parentRow?.name != currentRow.name &&
324 !parentRow.rowType!.startsWith('cpu') &&
325 !parentRow.rowType!.startsWith('thread') &&
326 !parentRow.rowType!.startsWith('func') &&
327 !currentRow.name.includes(parentRow.name)
329 currentRow.name += '(' + parentRow.name + ')';
797 … let parentRow = sp.shadowRoot!.querySelector<TraceRow<any>>(`trace-row[row-type='sdk'][folder]`);
798 if (parentRow) {
799 let sdkRow = parentRow.childrenList.filter(