Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h193 static std::string GetPlaceholderText(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1339 std::string TextFieldModelNG::GetPlaceholderText(FrameNode* frameNode) in GetPlaceholderText() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp465 g_strValue = TextFieldModelNG::GetPlaceholderText(frameNode); in GetTextAreaPlaceholder()
H A Dnode_text_input_modifier.cpp750 g_strValue = TextFieldModelNG::GetPlaceholderText(frameNode); in GetTextInputPlaceholder()