Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts142 sp.favoriteChartListEL.insertRowBefore(sp.currentClickRow, cpuFavoriteRow);
145 … sp.favoriteChartListEL.insertRowBefore(sp.currentClickRow, cpuFavoriteRow.nextSibling);
344 sp.favoriteChartListEL!.insertRowBefore(sp.currentClickRow!, currentRow!);
347 … sp.favoriteChartListEL!.insertRowBefore(sp.currentClickRow!, currentRow!.nextSibling!);
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts206 insertRowBefore(node: Node, child: Node): void { method in SpChartList