Home
last modified time | relevance | path

Searched refs:currentPageNum (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts145 private currentPageNum: number = 1; property in SpApplication
435 this.currentPageNum = 1;
1078 this.currentPageNum,
1081 this.getTraceFileByPage(this.currentPageNum);
1110 this.getTraceFileByPage(this.currentPageNum);
1138 this.currentPageNum,
1150 … this.currentPageNum = Math.floor(freeSize / 2 + Number(nodeListOf[index - 1].textContent));
1152 this.currentPageNum = Number(divEL.textContent);
1170 this.currentPageNum = Number(pageInput!.value);
1183 if (this.progressEL!.loading || this.currentPageNum === 1) {
[all …]
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts592 let currentPageNum = 0; variable
607 let key = `${traceFileType}_${currentPageNum}`;
641 currentPageNum = pageNum;