Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h195 … auto showPasswordDirectly = pattern->GetAttr<std::string>("show_password_directly", "0"); in ParsePatternSubThirdPart() local
196 theme->showPasswordDirectly_ = StringUtils::StringToInt(showPasswordDirectly); in ParsePatternSubThirdPart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h648 … std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDirectly);
H A Dtext_field_pattern.cpp414 …t std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDirectly) in CreateDisplayText() argument
420 … if (Container::LessThanAPIVersion(PlatformVersion::VERSION_TWELVE) || !showPasswordDirectly) { in CreateDisplayText()