Home
last modified time | relevance | path

Searched refs:ShowPasswordText (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.h116 static void ShowPasswordText(const JSCallbackInfo& info);
H A Djs_textinput.cpp124 JSClass<JSTextInput>::StaticMethod("showPassword", &JSTextField::ShowPasswordText); in JSBind()
H A Djs_textfield.cpp643 void JSTextField::ShowPasswordText(const JSCallbackInfo& info) in ShowPasswordText() function in OHOS::OHOS::Ace::Framework::JSTextField
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_property.h205 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(ShowPasswordText, bool, PROPERTY_UPDATE_MEASURE_SELF);
H A Dtext_field_model_ng.cpp476 ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, ShowPasswordText, value); in SetShowPasswordText()
1094 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextFieldLayoutProperty, ShowPasswordText, value, frameNode); in SetShowPassword()
1517 ACE_GET_NODE_LAYOUT_PROPERTY_WITH_DEFAULT_VALUE(TextFieldLayoutProperty, ShowPasswordText, value, frameNode, value); in GetShowPassword()

Completed in 9 milliseconds