Home
last modified time | relevance | path

Searched refs:ConvertStrToTextInputAction (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp122 declaration.SetAction(ConvertStrToTextInputAction(value)); in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp106 textarea.textAreaChild_->SetAction(ConvertStrToTextInputAction(val)); in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp149 component->SetAction(ConvertStrToTextInputAction(value)); in SetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h390 inline TextInputAction ConvertStrToTextInputAction(const std::string& action) in ConvertStrToTextInputAction() function