Searched refs:SetChildAttr (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_checkbox_util.cpp | 65 SetChildAttr(component, attrs); in CreateComponentAndSetChildAttr() 70 void DOMCheckboxUtil::SetChildAttr( in SetChildAttr() function in OHOS::Ace::Framework::DOMCheckboxUtil
|
H A D | dom_checkbox_util.h | 35 static void SetChildAttr(
|
H A D | dom_radio_util.cpp | 90 SetChildAttr(node, component, attrs); in CreateComponentAndSetChildAttr() 95 void DOMRadioUtil::SetChildAttr(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& co… in SetChildAttr() function in OHOS::Ace::Framework::DOMRadioUtil
|
H A D | dom_button_util.h | 39 …static void SetChildAttr(const RefPtr<ButtonComponent>& component, const std::map<std::string, std…
|
H A D | dom_radio_util.h | 36 …static void SetChildAttr(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& componen…
|
H A D | dom_textfield_util.h | 37 …static void SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& …
|
H A D | dom_button_util.cpp | 98 SetChildAttr(component, attrs, theme); in CreateComponentAndSetChildAttr() 102 void DOMButtonUtil::SetChildAttr(const RefPtr<ButtonComponent>& component, in SetChildAttr() function in OHOS::Ace::Framework::DOMButtonUtil
|
H A D | dom_textfield_util.cpp | 124 SetChildAttr(component, boxComponent, type, attrs); in CreateComponentAndSetChildAttr() 133 void DOMTextFieldUtil::SetChildAttr(const RefPtr<TextFieldComponent>& component, in SetChildAttr() function in OHOS::Ace::Framework::DOMTextFieldUtil
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 289 DOMButtonUtil::SetChildAttr( in UpdateSpecializedComponent() 293 … DOMCheckboxUtil::SetChildAttr(AceType::DynamicCast<CheckboxComponent>(inputChild_), inputAttrs_); in UpdateSpecializedComponent() 296 …DOMRadioUtil::SetChildAttr(*this, AceType::DynamicCast<RadioComponent<std::string>>(inputChild_), … in UpdateSpecializedComponent() 298 DOMTextFieldUtil::SetChildAttr( in UpdateSpecializedComponent()
|