Home
last modified time | relevance | path

Searched refs:SetChildAttr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp65 SetChildAttr(component, attrs); in CreateComponentAndSetChildAttr()
70 void DOMCheckboxUtil::SetChildAttr( in SetChildAttr() function in OHOS::Ace::Framework::DOMCheckboxUtil
H A Ddom_checkbox_util.h35 static void SetChildAttr(
H A Ddom_radio_util.cpp90 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 Ddom_button_util.h39 …static void SetChildAttr(const RefPtr<ButtonComponent>& component, const std::map<std::string, std…
H A Ddom_radio_util.h36 …static void SetChildAttr(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& componen…
H A Ddom_textfield_util.h37 …static void SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& …
H A Ddom_button_util.cpp98 SetChildAttr(component, attrs, theme); in CreateComponentAndSetChildAttr()
102 void DOMButtonUtil::SetChildAttr(const RefPtr<ButtonComponent>& component, in SetChildAttr() function in OHOS::Ace::Framework::DOMButtonUtil
H A Ddom_textfield_util.cpp124 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 Ddom_input.cpp289 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()