Searched refs:insertRowBefore (Results 1 – 2 of 2) sorted by relevance
142 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!);
206 insertRowBefore(node: Node, child: Node): void { method in SpChartList