Home
last modified time | relevance | path

Searched refs:GetShowCancelButton (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h208 static bool GetShowCancelButton(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1462 bool TextFieldModelNG::GetShowCancelButton(FrameNode* frameNode) in GetShowCancelButton() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp872 return TextFieldModelNG::GetShowCancelButton(frameNode); in GetTextInputShowCancelButton()