Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dtrace_view_component.ts125 private currentActiveTab: undefined | Tab; property in TraceViewComponent
158 return tab === this.currentActiveTab;
209 if (this.currentActiveTab) {
210 this.currentActiveTab.view.htmlElement.style.display = 'none';
228 this.currentActiveTab = tab;