Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpRecordSetting.ts31 private radioBox: LitRadioBox | undefined; property in SpRecordSetting
50 if (this.radioBox) {
51 return this.radioBox.checked;
154 this.radioBox = this.shadowRoot?.querySelector('#litradio') as LitRadioBox;
221 this.radioBox!.addEventListener('click', () => {
DSpArkTs.ts33 private radioBox: LitRadioBox | undefined | null; property in SpArkTs
62 this.radioBox = this.shadowRoot?.querySelector('lit-radio[checked]');
63 type = this.radioBox?.getAttribute('type') || '';
/developtools/smartperf_host/ide/test/trace/component/setting/
DSpRecordSetting.test.ts45 spEle.radioBox = null;