Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts32 private selector: HTMLTextAreaElement | undefined; property in SpQuerySQL
42 this.selector = this.shadowRoot?.querySelector('.sql-select') as HTMLTextAreaElement;
108 this.getInputSqlResult(this.selector!.value).then(resultList => {
137 this.queryText = this.selector!.value;
162 this.selector!.value = ''
175 if (!this.selector || this.selector.value == null) {
202 return this.selector!.value.indexOf(item) > -1;
214 let split = this.selector?.value.trim().split(' ');
216 this.querySqlErrorText = 'Error: Incomplete query statement: ' + this.selector!.value;
224 if (this.selector!.value.indexOf('from') < 0) {
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/
DLitRadioBox.ts207 … const selector = this.group ? `lit-radio[checked]` : `lit-radio[name="${this.name}"][checked]`; constant
208 const siblingNode = this.parent?.querySelector(selector) as LitRadioBox;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/
DTabPaneEnergyAnomaly.ts133 let selector = this.shadowRoot?.querySelector(".left-table"); variable
134 …this.tableObserver?.observe(selector!, {attributes: true, attributeFilter: ['style'], attributeOld…
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts572 let selector = this.shadowRoot?.querySelector(".left-table");
573 …this.tableObserver?.observe(selector!, {attributes: true, attributeFilter: ['style'], attributeOld…