Home
last modified time | relevance | path

Searched refs:IsAutoFillPasswordType (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_manager.cpp464 auto isPasswordType = IsAutoFillPasswordType(textFieldInfo); in HasAutoFillPasswordNodeInContainer()
473 bool TextFieldManagerNG::IsAutoFillPasswordType(const TextFieldInfo& textFieldInfo) in IsAutoFillPasswordType() function in OHOS::Ace::NG::TextFieldManagerNG
H A Dtext_field_manager.h283 bool IsAutoFillPasswordType(const TextFieldInfo& textFieldInfo);
H A Dtext_field_pattern.h1686 bool IsAutoFillPasswordType(const AceAutoFillType& autoFillType);
H A Dtext_field_pattern.cpp2434 bool TextFieldPattern::IsAutoFillPasswordType(const AceAutoFillType& autoFillType) in IsAutoFillPasswordType() function in OHOS::Ace::NG::TextFieldPattern
8712 if (!IsAutoFillPasswordType(aceContentType)) { in OnBackPressed()