Home
last modified time | relevance | path

Searched refs:actionLabel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_configuration.cpp41 if (!actionLabel.empty()) { in ToJsonString()
42 json->Put(ACTION_LABEL, actionLabel.c_str()); in ToJsonString()
H A Dtext_input_configuration.h34 std::string actionLabel; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h63 std::string actionLabel; member
522 return attribute.actionLabel; in GetActionLabel()
525 void SetActionLabel(const std::string& actionLabel) in SetActionLabel() argument
528 attribute.actionLabel = actionLabel; in SetActionLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp266 void TextFieldComponent::SetActionLabel(const std::string& actionLabel) in SetActionLabel() argument
268 declaration_->SetActionLabel(actionLabel); in SetActionLabel()
H A Dtext_field_component.h118 void SetActionLabel(const std::string& actionLabel);
H A Drender_text_field.cpp1258 config.actionLabel = actionLabel_; in AttachIme()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp143 textInputConfiguration.actionLabel = STR_ACTION_LABEL_TEST;