Searched refs:currentRow (Results 1 – 6 of 6) sorted by relevance
222 let currentRow = event.detail.row;223 if (currentRow.collect) {224 collectHandlerYes(sp,currentRow,event);226 collectHandlerNo(sp,currentRow,event);232 if (itln[0].rowEL === currentRow) {239 } else if (itln[1].rowEL === currentRow) {250 currentRow.setAttribute('draggable', 'true');251 currentRow.addEventListener('dragstart', () => {252 sp.currentClickRow = currentRow;254 currentRow.addEventListener('dragover', (ev: any) => {[all …]
165 currentRow: TraceRow<any> | undefined | null; property in SpSystemTrace390 expansionAllParentRow(currentRow: TraceRow<any>): void {392 `trace-row[row-id='${currentRow.rowParentId}'][folder][scene]`716 if (this.currentRow) {718 this.currentRow.scrollIntoViewIfNeeded();745 this.currentRow = undefined;907 setParentCheckStatus(currentRow: TraceRow<any>): void {908 if (currentRow.parentRowEl?.folder && currentRow.parentRowEl?.childrenList) {909 const parent = currentRow.parentRowEl;1750 this.currentRow = row;
92 sp.currentRow = cpuRow;259 sp.currentRow = threadRow;318 sp.currentRow = row;
460 list.forEach((currentRow: ConstructorItem) => {461 let shallow = `${Math.round((currentRow.shallowSize / this.fileSize) * 100) }%`;462 let retained = `${Math.round((currentRow.retainedSize / this.fileSize) * 100) }%`;463 currentRow.shallowPercent = shallow;464 currentRow.retainedPercent = retained;465 let nodeId = `${currentRow.nodeName } @${currentRow.id}`;466 currentRow.objectName = `${currentRow.edgeName }\xa0` + 'in' + `\xa0${ nodeId}`;467 if (currentRow.distance >= 100000000 || currentRow.distance === -5) {469 currentRow.distance = '-';476 if (currentRow.hasNext) {[all …]
229 listArr.forEach(function (currentRow) {230 if (currentRow.children.length > 0) {231 getList(currentRow.children);306 currentList.forEach(function (currentRow) {307 if (currentRow.children.length > 0) {308 getList(currentRow.children);
441 let currentRow: string[] = [...lastRow]; variable444 for (let index: number = 0; index < currentRow.length; index++) {445 let currentResult: string = currentRow[index];