Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 25 of 64) sorted by relevance

123

/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/
Dlit-tabpane.ts99 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
100 if (oldValue !== newValue && newValue !== undefined) {
102 this.parentNode.updateLabel && this.parentNode.updateLabel(this.key, newValue);
105 this.parentNode.updateDisabled && this.parentNode.updateDisabled(this.key, newValue);
108 this.parentNode.updateCloseable && this.parentNode.updateCloseable(this.key, newValue);
111 this.parentNode.updateHidden && this.parentNode.updateHidden(this.key, newValue);
/developtools/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabpane.ts99 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
100 if (oldValue !== newValue && newValue !== undefined) {
102 this.parentNode.updateLabel && this.parentNode.updateLabel(this.key, newValue);
105 this.parentNode.updateDisabled && this.parentNode.updateDisabled(this.key, newValue);
108 this.parentNode.updateCloseable && this.parentNode.updateCloseable(this.key, newValue);
111 this.parentNode.updateHidden && this.parentNode.updateHidden(this.key, newValue);
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts95 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
97 this._checkBox!.checked = newValue !== null;
100 this._checkBox?.setAttribute('value', newValue);
103 this._lowerLimit!.textContent = newValue;
106 this._upLimit!.textContent = newValue;
DLitCheckBox.ts157 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
159 this.checkbox.checked = newValue !== null;
163 slot!.textContent = newValue;
/developtools/smartperf_host/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts95 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
97 this._checkBox!.checked = newValue !== null;
100 this._checkBox?.setAttribute('value', newValue);
103 this._lowerLimit!.textContent = newValue;
106 this._upLimit!.textContent = newValue;
DLitCheckBox.ts157 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
159 this.checkbox.checked = newValue !== null;
163 slot!.textContent = newValue;
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/
DSpCheckDesBox.ts93 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
95 this._checkBox!.checked = newValue !== null;
98 this._checkBox!.value = newValue;
101 this._des!.textContent = newValue;
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpCheckDesBox.ts108 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
110 this._checkBox!.checked = newValue !== null;
113 this._checkBox!.value = newValue;
116 this._des!.textContent = newValue;
/developtools/profiler/host/smartperf/ide/src/base-ui/popover/
DLitPopContent.ts76 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
79 if (newValue === null || newValue === 'false') {
DLitPopoverTitle.ts48 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
51 if (this.titleText) this.titleText.textContent = newValue;
DLitPopoverV.ts462 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
464 if (newValue === 'false') {
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopContent.ts76 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
79 if (newValue === null || newValue === 'false') {
DLitPopoverTitle.ts48 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
51 if (this.titleText) this.titleText.textContent = newValue;
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuGroup.ts145 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
148 if (this.groupNameEl) this.groupNameEl.textContent = newValue;
151 if (this.groupDescEl) this.groupDescEl.textContent = newValue;
DLitMainMenuItem.ts186 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
189 if (this.titleEl) this.titleEl.textContent = newValue;
192 if (this.iconEl) this.iconEl.setAttribute('name', newValue);
/developtools/profiler/host/smartperf/ide/src/base-ui/menu/
DLitMainMenuGroup.ts145 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
148 if (this.groupNameEl) this.groupNameEl.textContent = newValue;
151 if (this.groupDescEl) this.groupDescEl.textContent = newValue;
DLitMainMenuItem.ts186 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
189 if (this.titleEl) this.titleEl.textContent = newValue;
192 if (this.iconEl) this.iconEl.setAttribute('name', newValue);
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/
DLitRadioBox.ts215 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
217 this.radio.checked = newValue !== null;
221 slot!.textContent = newValue;
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts432 attributeChangedCallback(name: string, oldValue: any, newValue: any) {
434 this.shadowRoot!.querySelector('#title')!.textContent = newValue;
437 if (newValue !== null && newValue !== '' && newValue !== 'null') {
438 this.iconElement!.setAttribute('name', newValue);
446 if (newValue === 'true') {
/developtools/smartperf_host/ide/src/base-ui/radiobox/
DLitRadioBox.ts230 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
232 this.radio.checked = newValue !== null;
236 slot!.textContent = newValue;
/developtools/smartperf_host/ide/src/base-ui/switch/
Dlit-switch.ts182 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
184 if (newValue !== null) {
191 if (newValue !== null) {
/developtools/profiler/host/smartperf/ide/src/base-ui/switch/
Dlit-switch.ts182 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
184 if (newValue !== null) {
191 if (newValue !== null) {
/developtools/smartperf_host/ide/src/base-ui/drawer/
DLitDrawer.ts328 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
331 if (newValue !== null) {
337 if (newValue === 'bottom') {
/developtools/profiler/host/smartperf/ide/src/base-ui/drawer/
DLitDrawer.ts328 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
331 if (newValue !== null) {
337 if (newValue === 'bottom') {
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts55 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
56 (this as any)[name] = newValue;
193 attributeChangedCallback(name: any, oldValue: any, newValue: any) {}

123