/developtools/profiler/host/smartperf/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/profiler/host/smartperf/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/profiler/host/smartperf/ide/test/base-ui/checkbox/ |
D | LitCheckBoxWithText.test.ts | 102 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/ |
D | LitPopContent.test.ts | 92 expect(litPopContent.attributeChangedCallback("open","",null || "false")).toBeUndefined() 97 expect(litPopContent.attributeChangedCallback("name","",'')).toBeUndefined();
|
D | LitPopoverTitle.test.ts | 22 expect(litPopoverTitle.attributeChangedCallback('name','old','new')).toBeUndefined();
|
/developtools/profiler/host/smartperf/ide/test/trace/component/ |
D | SpMetrics.test.ts | 41 expect(spMetrics.attributeChangedCallback("metric")).toBeUndefined() 45 expect(spMetrics.attributeChangedCallback("metricResult")).toBeUndefined()
|
D | SpQuerySQL.test.ts | 48 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined() 243 expect(spQuerySQL.attributeChangedCallback('','','')).toBeUndefined();
|
D | SpInfoAndStas.test.ts | 50 expect(spInfoAndStats.attributeChangedCallback([],[],[])).toBeUndefined()
|
/developtools/profiler/host/smartperf/ide/test/base-ui/slice/ |
D | lit-slicer.test.ts | 54 expect(litSlicer.attributeChangedCallback()).toBeUndefined() 62 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 | 77 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitPopContent
|
/developtools/profiler/host/smartperf/ide/src/base-ui/table/ |
D | lit-table-group.ts | 54 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitTableGroup
|
D | lit-table-column.ts | 60 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitTableColumn
|
/developtools/profiler/host/smartperf/ide/src/base-ui/select/ |
D | LitSelectOption.ts | 109 attributeChangedCallback(name: any, oldValue: any, newValue: any) { method in LitSelectOption
|
/developtools/profiler/host/smartperf/ide/src/base-ui/ |
D | BaseElement.ts | 48 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in BaseElement
|
/developtools/profiler/host/smartperf/ide/test/base-ui/select/ |
D | LitSelectOption.test.ts | 36 expect(LitSelectOption.attributeChangedCallback).toBeUndefined()
|
/developtools/profiler/host/smartperf/ide/src/base-ui/slicer/ |
D | lit-slicer.ts | 59 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/ |
D | LitMainMenuGroup.ts | 131 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuGroup
|
D | LitMainMenuItem.ts | 173 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitMainMenuItem
|
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/ |
D | LitCheckBox.ts | 157 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBox
|
D | LitCheckBoxWithText.ts | 95 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitCheckBoxWithText
|
/developtools/profiler/host/smartperf/ide/test/base-ui/tabs/ |
D | LitTabpane.test.ts | 30 expect(litTabPane.attributeChangedCallback('disabled', 'disabled', '')).toBeUndefined()
|
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
D | SpCheckDesBox.ts | 93 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in SpCheckDesBox
|
/developtools/profiler/host/smartperf/ide/src/base-ui/icon/ |
D | LitIcon.ts | 101 attributeChangedCallback(name: string, oldValue: string, value: string) {
|
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/ |
D | LitRadioBox.ts | 216 attributeChangedCallback(name: string, oldValue: string, newValue: string) { method in LitRadioBox
|