Home
last modified time | relevance | path

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

1234

/developtools/smartperf_host/ide/test/base-ui/switch/
DLitSwitch.test.ts44 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/
DSpCheckDesBox.test.ts26 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/
DLitCheckBoxWithText.test.ts73 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/
DSpQuerySQL.test.ts44 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined();
68 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
87 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
DSpMetrics.test.ts40 expect(spMetrics.attributeChangedCallback('metric')).toBeUndefined();
44 expect(spMetrics.attributeChangedCallback('metricResult')).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.ts22 expect(litPopoverTitle.attributeChangedCallback('name', 'old', 'new')).toBeUndefined();
/developtools/smartperf_host/ide/test/base-ui/slice/
Dlit-slicer.test.ts50 expect(litSlicer.attributeChangedCallback()).toBeUndefined();
58 expect(litSlicerTrack.attributeChangedCallback()).toBeUndefined();
/developtools/profiler/host/smartperf/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/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/profiler/host/smartperf/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/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelectOption.ts107 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSelectOption
/developtools/profiler/host/smartperf/ide/src/base-ui/
DBaseElement.ts44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {} method in BaseElement
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/
Dpagination-box.ts61 attributeChangedCallback(name: string, oldValue: string, value: string) { method in PaginationBox
/developtools/smartperf_host/ide/test/base-ui/select/
DLitSelectOption.test.ts34 expect(LitSelectOption.attributeChangedCallback).toBeUndefined();
/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/src/base-ui/select/
DLitSelectOption.ts108 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
193 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSlicerTrack
/developtools/profiler/host/smartperf/ide/src/base-ui/slicer/
Dlit-slicer.ts55 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSlicer
193 attributeChangedCallback(name: any, oldValue: any, newValue: any) {} method in LitSlicerTrack

1234