Searched refs:needRefresh (Results 1 – 5 of 5) sorted by relevance
180 child.needRefresh = true;185 sz.needRefresh = true;362 row.needRefresh = true;
476 gpuTotalRow.needRefresh = true;539 gpuWindowRow.needRefresh = true;
195 public needRefresh: boolean = true; property in TraceRow1009 this.needRefresh = true;1243 if (this.needRefresh || window.isLastFrame) {1245 this.needRefresh = false;
507 this.invisibleRows.forEach((it) => (it.needRefresh = true));508 this.visibleRows.forEach((it) => (it.needRefresh = true));1626 this.invisibleRows.forEach((it) => (it.needRefresh = true));1627 this.visibleRows.forEach((it) => (it.needRefresh = true)); //@ts-ignore
354 needRefresh: true, variable