Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.h32 static RefPtr<CheckboxComponent> CreateComponentAndSetChildAttr(
H A Ddom_button_util.h36 static RefPtr<ButtonComponent> CreateComponentAndSetChildAttr(
H A Ddom_radio_util.h33 static RefPtr<RadioComponent<std::string>> CreateComponentAndSetChildAttr(
H A Ddom_textfield_util.h34 …static RefPtr<TextFieldComponent> CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxCo…
H A Ddom_checkbox_util.cpp33 RefPtr<CheckboxComponent> DOMCheckboxUtil::CreateComponentAndSetChildAttr( in CreateComponentAndSetChildAttr() function in OHOS::Ace::Framework::DOMCheckboxUtil
H A Ddom_radio_util.cpp52 RefPtr<RadioComponent<std::string>> DOMRadioUtil::CreateComponentAndSetChildAttr( in CreateComponentAndSetChildAttr() function in OHOS::Ace::Framework::DOMRadioUtil
H A Ddom_button_util.cpp55 RefPtr<ButtonComponent> DOMButtonUtil::CreateComponentAndSetChildAttr( in CreateComponentAndSetChildAttr() function in OHOS::Ace::Framework::DOMButtonUtil
H A Ddom_textfield_util.cpp114 RefPtr<TextFieldComponent> DOMTextFieldUtil::CreateComponentAndSetChildAttr(const RefPtr<BoxCompone… in CreateComponentAndSetChildAttr() function in OHOS::Ace::Framework::DOMTextFieldUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp266 inputChild_ = DOMButtonUtil::CreateComponentAndSetChildAttr(inputAttrs_, *this); in CreateSpecializedComponent()
269 inputChild_ = DOMCheckboxUtil::CreateComponentAndSetChildAttr(inputAttrs_, *this); in CreateSpecializedComponent()
273 inputChild_ = DOMRadioUtil::CreateComponentAndSetChildAttr(inputAttrs_, *this); in CreateSpecializedComponent()
278 …DOMTextFieldUtil::CreateComponentAndSetChildAttr(GetBoxComponent(), type_.first, inputAttrs_, *thi… in CreateSpecializedComponent()