Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts272 let isShowRow: boolean = false;
279 isShowRow = templateTypeList.some((type) => this.selectTypeList!.includes(type));
281 if (isShowRow) {
286 this.refreshChildRow(traceRow.childrenList, isShowRow);
303 let isShowRow: boolean = false;
311 isShowRow = favoriteList.some((type) => this.selectTypeList!.includes(type));
314 isShowRow = typeList.some((type) => this.selectTypeList!.includes(type));
316 if (isShowRow) {
737 let isShowRow: boolean = false; variable
748 isShowRow = true;
[all …]