| /developtools/smartperf_host/ide/test/base-ui/switch/ |
| D | LitSwitch.test.ts | 43 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/ |
| D | SpCheckDesBox.test.ts | 25 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/ |
| D | LitCheckBoxWithText.test.ts | 72 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/ |
| D | SpQuerySQL.test.ts | 40 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined(); 64 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined(); 83 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
|
| D | SpInfoAndStas.test.ts | 60 expect(spInfoAndStats.attributeChangedCallback([], [], [])).toBeUndefined();
|
| /developtools/smartperf_host/ide/test/base-ui/popover/ |
| D | LitPopContent.test.ts | 53 expect(litPopContent.attributeChangedCallback('open', '', null || 'false')).toBeUndefined(); 58 expect(litPopContent.attributeChangedCallback('name', '', '')).toBeUndefined();
|
| D | LitPopoverTitle.test.ts | 21 expect(litPopoverTitle.attributeChangedCallback('name', 'old', 'new')).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpHilogRecord.ts | 83 attributeChangedCallback(name: string, oldValue: string, newValue: string): void { method in SpHilogRecord 84 super.attributeChangedCallback(name, oldValue, newValue);
|
| D | SpCheckDesBox.ts | 108 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in SpCheckDesBox
|
| /developtools/smartperf_host/ide/test/base-ui/slice/ |
| D | lit-slicer.test.ts | 49 expect(litSlicer.attributeChangedCallback()).toBeUndefined(); 57 expect(litSlicerTrack.attributeChangedCallback()).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/base-ui/popover/ |
| D | LitPopoverTitle.ts | 48 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopoverTitle
|
| D | LitPopContent.ts | 76 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopContent
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table-group.ts | 49 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in LitTableGroup
|
| D | lit-table-column.ts | 56 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in LitTableColumn
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PaginationBox.ts | 61 attributeChangedCallback(name: string, oldValue: string, value: string) { method in PaginationBox
|
| /developtools/smartperf_host/ide/src/base-ui/ |
| D | BaseElement.ts | 44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in BaseElement
|
| /developtools/smartperf_host/ide/test/base-ui/select/ |
| D | LitSelectOption.test.ts | 33 expect(LitSelectOption.attributeChangedCallback).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/base-ui/select/ |
| D | LitSelectOption.ts | 112 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSelectOption
|
| /developtools/smartperf_host/ide/src/base-ui/slicer/ |
| D | lit-slicer.ts | 55 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/ |
| D | LitTabpane.test.ts | 29 expect(litTabPane.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/base-ui/checkbox/ |
| D | LitCheckBoxWithText.ts | 95 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBoxWithText
|
| D | LitCheckBox.ts | 176 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBox
|
| /developtools/smartperf_host/ide/src/base-ui/menu/ |
| D | LitMainMenuGroup.ts | 174 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuGroup
|
| /developtools/smartperf_host/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 99 attributeChangedCallback(name: string, oldValue: string, value: string) {
|
| /developtools/smartperf_host/ide/test/base-ui/slider/ |
| D | LitSlider.test.ts | 69 expect(litSliderPanel.attributeChangedCallback('percent', '', '0%' || null)).toBeUndefined();
|