Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts99 private spacer: HTMLDivElement | undefined | null; property in TraceSheet
306 this.spacer = this.parentElement?.querySelector('.spacer');
381 if (that.spacer!.offsetHeight > that.rowsPaneEL!.offsetHeight) {
387 …that.search!.offsetHeight + that.timerShaft!.offsetHeight + borderTop + that.spacer!.offsetHeight …
398 …that.search!.offsetHeight + that.timerShaft!.offsetHeight + borderTop + that.spacer!.offsetHeight …
406 that.spacer!.offsetHeight +
414 that.spacer!.offsetHeight +
DTraceRow.ts1019 let spacer = this.parentElement!.previousElementSibling! as HTMLDivElement; variable
1031 it.style.top = `${spacer.offsetTop + 48}px`;