Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1052 let startIcon = this.currentSelectionTbl?.shadowRoot?.querySelector('#start-jump');
1082 if (startIcon) {
1083 startIcon.addEventListener('click', () => scrollClick(0));
1128 let startIcon = this.currentSelectionTbl?.shadowRoot?.querySelector('#start-jump'); variable
1129 if (startIcon) {
1130 startIcon.addEventListener('click', () => {