Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts96 private navRoot: HTMLDivElement | null | undefined; property in TraceSheet
302 this.navRoot = this.shadowRoot?.querySelector('#tabs')?.shadowRoot?.querySelector('.nav-root');
323 this.navRoot!.offsetHeight -
335 this.tabs!.style.height = this.navRoot!.offsetHeight + 'px';
383 node!.style.height = moveY - that.navRoot!.offsetHeight + 'px';
386 that.navRoot!.offsetHeight <= moveY &&
391 node!.style.height = moveY - that.navRoot!.offsetHeight + 'px';
393 } else if (that.navRoot!.offsetHeight >= moveY) {
394 that.tabs!.style.height = that.navRoot!.offsetHeight + 'px';
412 that.navRoot!.offsetHeight -