Searched refs:showPasswordDirectly (Results 1 – 3 of 3) sorted by relevance
195 … auto showPasswordDirectly = pattern->GetAttr<std::string>("show_password_directly", "0"); in ParsePatternSubThirdPart() local196 theme->showPasswordDirectly_ = StringUtils::StringToInt(showPasswordDirectly); in ParsePatternSubThirdPart()
648 … std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDirectly);
414 …t std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDirectly) in CreateDisplayText() argument420 … if (Container::LessThanAPIVersion(PlatformVersion::VERSION_TWELVE) || !showPasswordDirectly) { in CreateDisplayText()