Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts152 public checkBoxEL: LitCheckBox | null | undefined; property in TraceRow
645 this.checkBoxEL!.style.display = 'none';
650 this.checkBoxEL!.style.display = 'none';
654 this.checkBoxEL!.style.display = 'flex';
655 this.checkBoxEL!.checked = false;
656 this.checkBoxEL!.indeterminate = false;
660 this.checkBoxEL!.style.display = 'flex';
661 this.checkBoxEL!.checked = false;
662 this.checkBoxEL!.indeterminate = true;
667 this.checkBoxEL!.style.display = 'flex';
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts926 parent.checkBoxEL!.checked = true;
927 parent.checkBoxEL!.indeterminate = false;
931 parent.checkBoxEL!.checked = false;
932 parent.checkBoxEL!.indeterminate = false;
936 parent.checkBoxEL!.checked = false;
937 parent.checkBoxEL!.indeterminate = true;
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRow.test.ts388 traceRow.checkBoxEL.dispatchEvent(mouseChangeEvent);