| /developtools/smartperf_host/ide/test/base-ui/switch/ |
| D | LitSwitch.test.ts | 44 expect(litSwitch.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined(); 48 expect(litSwitch.attributeChangedCallback('disabled', 'disabled', null)).toBeUndefined(); 52 expect(litSwitch.attributeChangedCallback('checked', 'disabled', '')).toBeUndefined(); 56 expect(litSwitch.attributeChangedCallback('checked', 'disabled', null)).toBeUndefined();
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpCheckDesBox.test.ts | 26 expect(spCheckDesBox.attributeChangedCallback('checked', '', '')).toBeUndefined(); 30 expect(spCheckDesBox.attributeChangedCallback('value', '', '')).toBeUndefined(); 34 expect(spCheckDesBox.attributeChangedCallback('des', '', '')).toBeUndefined();
|
| /developtools/smartperf_host/ide/test/base-ui/checkbox/ |
| D | LitCheckBoxWithText.test.ts | 73 expect(litCheckBoxWithText.attributeChangedCallback('checked')).toBeUndefined(); 78 expect(litCheckBoxWithText.attributeChangedCallback('text')).toBeUndefined(); 83 expect(litCheckBoxWithText.attributeChangedCallback('lowerLimit')).toBeUndefined(); 88 expect(litCheckBoxWithText.attributeChangedCallback('upLimit')).toBeUndefined();
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpQuerySQL.test.ts | 44 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined(); 68 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined(); 87 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
|
| D | SpMetrics.test.ts | 40 expect(spMetrics.attributeChangedCallback('metric')).toBeUndefined(); 44 expect(spMetrics.attributeChangedCallback('metricResult')).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 | 22 expect(litPopoverTitle.attributeChangedCallback('name', 'old', 'new')).toBeUndefined();
|
| /developtools/smartperf_host/ide/test/base-ui/slice/ |
| D | lit-slicer.test.ts | 50 expect(litSlicer.attributeChangedCallback()).toBeUndefined(); 58 expect(litSlicerTrack.attributeChangedCallback()).toBeUndefined();
|
| /developtools/profiler/host/smartperf/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/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/profiler/host/smartperf/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/profiler/host/smartperf/ide/src/base-ui/select/ |
| D | LitSelectOption.ts | 107 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSelectOption
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/ |
| D | BaseElement.ts | 44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in BaseElement
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | pagination-box.ts | 61 attributeChangedCallback(name: string, oldValue: string, value: string) { method in PaginationBox
|
| /developtools/smartperf_host/ide/test/base-ui/select/ |
| D | LitSelectOption.test.ts | 34 expect(LitSelectOption.attributeChangedCallback).toBeUndefined();
|
| /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/src/base-ui/select/ |
| D | LitSelectOption.ts | 108 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 193 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSlicerTrack
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/slicer/ |
| D | lit-slicer.ts | 55 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSlicer 193 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSlicerTrack
|