Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/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/profiler/host/smartperf/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/profiler/host/smartperf/ide/test/base-ui/checkbox/
DLitCheckBoxWithText.test.ts102 expect(litCheckBoxWithText.attributeChangedCallback("checked")).toBeUndefined();
107 expect(litCheckBoxWithText.attributeChangedCallback("text")).toBeUndefined();
112 expect(litCheckBoxWithText.attributeChangedCallback("lowerLimit")).toBeUndefined();
117 expect(litCheckBoxWithText.attributeChangedCallback("upLimit")).toBeUndefined();
/developtools/profiler/host/smartperf/ide/test/base-ui/popover/
DLitPopContent.test.ts92 expect(litPopContent.attributeChangedCallback("open","",null || "false")).toBeUndefined()
97 expect(litPopContent.attributeChangedCallback("name","",'')).toBeUndefined();
DLitPopoverTitle.test.ts22 expect(litPopoverTitle.attributeChangedCallback('name','old','new')).toBeUndefined();
/developtools/profiler/host/smartperf/ide/test/trace/component/
DSpMetrics.test.ts41 expect(spMetrics.attributeChangedCallback("metric")).toBeUndefined()
45 expect(spMetrics.attributeChangedCallback("metricResult")).toBeUndefined()
DSpQuerySQL.test.ts48 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined()
243 expect(spQuerySQL.attributeChangedCallback('','','')).toBeUndefined();
DSpInfoAndStas.test.ts50 expect(spInfoAndStats.attributeChangedCallback([],[],[])).toBeUndefined()
/developtools/profiler/host/smartperf/ide/test/base-ui/slice/
Dlit-slicer.test.ts54 expect(litSlicer.attributeChangedCallback()).toBeUndefined()
62 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.ts77 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopContent
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table-group.ts54 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitTableGroup
Dlit-table-column.ts60 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitTableColumn
/developtools/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelectOption.ts109 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSelectOption
/developtools/profiler/host/smartperf/ide/src/base-ui/
DBaseElement.ts48 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in BaseElement
/developtools/profiler/host/smartperf/ide/test/base-ui/select/
DLitSelectOption.test.ts36 expect(LitSelectOption.attributeChangedCallback).toBeUndefined()
/developtools/profiler/host/smartperf/ide/src/base-ui/slicer/
Dlit-slicer.ts59 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSlicer
199 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
/developtools/profiler/host/smartperf/ide/src/base-ui/menu/
DLitMainMenuGroup.ts131 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuGroup
DLitMainMenuItem.ts173 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuItem
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/
DLitCheckBox.ts157 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBox
DLitCheckBoxWithText.ts95 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBoxWithText
/developtools/profiler/host/smartperf/ide/test/base-ui/tabs/
DLitTabpane.test.ts30 expect(litTabPane.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined()
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/
DSpCheckDesBox.ts93 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in SpCheckDesBox
/developtools/profiler/host/smartperf/ide/src/base-ui/icon/
DLitIcon.ts101 attributeChangedCallback(name: string, oldValue: string, value: string) {
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/
DLitRadioBox.ts216 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitRadioBox

12