Home
last modified time | relevance | path

Searched refs:attributeChangedCallback (Results 1 – 25 of 47) sorted by relevance

12

/developtools/smartperf_host/ide/test/base-ui/switch/
DLitSwitch.test.ts43 expect(litSwitch.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined();
47 expect(litSwitch.attributeChangedCallback('disabled', 'disabled', null)).toBeUndefined();
51 expect(litSwitch.attributeChangedCallback('checked', 'disabled', '')).toBeUndefined();
55 expect(litSwitch.attributeChangedCallback('checked', 'disabled', null)).toBeUndefined();
/developtools/smartperf_host/ide/test/trace/component/setting/
DSpCheckDesBox.test.ts25 expect(spCheckDesBox.attributeChangedCallback('checked', '', '')).toBeUndefined();
29 expect(spCheckDesBox.attributeChangedCallback('value', '', '')).toBeUndefined();
33 expect(spCheckDesBox.attributeChangedCallback('des', '', '')).toBeUndefined();
/developtools/smartperf_host/ide/test/base-ui/checkbox/
DLitCheckBoxWithText.test.ts72 expect(litCheckBoxWithText.attributeChangedCallback('checked')).toBeUndefined();
77 expect(litCheckBoxWithText.attributeChangedCallback('text')).toBeUndefined();
82 expect(litCheckBoxWithText.attributeChangedCallback('lowerLimit')).toBeUndefined();
87 expect(litCheckBoxWithText.attributeChangedCallback('upLimit')).toBeUndefined();
/developtools/smartperf_host/ide/test/trace/component/
DSpQuerySQL.test.ts40 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined();
64 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
83 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
DSpInfoAndStas.test.ts60 expect(spInfoAndStats.attributeChangedCallback([], [], [])).toBeUndefined();
/developtools/smartperf_host/ide/test/base-ui/popover/
DLitPopContent.test.ts53 expect(litPopContent.attributeChangedCallback('open', '', null || 'false')).toBeUndefined();
58 expect(litPopContent.attributeChangedCallback('name', '', '')).toBeUndefined();
DLitPopoverTitle.test.ts21 expect(litPopoverTitle.attributeChangedCallback('name', 'old', 'new')).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpHilogRecord.ts83 attributeChangedCallback(name: string, oldValue: string, newValue: string): void { method in SpHilogRecord
84 super.attributeChangedCallback(name, oldValue, newValue);
DSpCheckDesBox.ts108 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in SpCheckDesBox
/developtools/smartperf_host/ide/test/base-ui/slice/
Dlit-slicer.test.ts49 expect(litSlicer.attributeChangedCallback()).toBeUndefined();
57 expect(litSlicerTrack.attributeChangedCallback()).toBeUndefined();
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopoverTitle.ts48 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopoverTitle
DLitPopContent.ts76 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopContent
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table-group.ts49 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in LitTableGroup
Dlit-table-column.ts56 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in LitTableColumn
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPaginationBox.ts61 attributeChangedCallback(name: string, oldValue: string, value: string) { method in PaginationBox
/developtools/smartperf_host/ide/src/base-ui/
DBaseElement.ts44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in BaseElement
/developtools/smartperf_host/ide/test/base-ui/select/
DLitSelectOption.test.ts33 expect(LitSelectOption.attributeChangedCallback).toBeUndefined();
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelectOption.ts112 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSelectOption
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts55 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSlicer
197 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSlicerTrack
/developtools/smartperf_host/ide/test/base-ui/tabs/
DLitTabpane.test.ts29 expect(litTabPane.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined();
/developtools/smartperf_host/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts95 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBoxWithText
DLitCheckBox.ts176 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBox
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuGroup.ts174 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuGroup
/developtools/smartperf_host/ide/src/base-ui/icon/
DLitIcon.ts99 attributeChangedCallback(name: string, oldValue: string, value: string) {
/developtools/smartperf_host/ide/test/base-ui/slider/
DLitSlider.test.ts69 expect(litSliderPanel.attributeChangedCallback('percent', '', '0%' || null)).toBeUndefined();

12