Home
last modified time | relevance | path

Searched refs:IsAutoFillUserName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2465 …auto tempAutoFillType = IsAutoFillUserName(autoFillType) ? AceAutoFillType::ACE_USER_NAME : autoFi… in CheckAutoFillType()
2481 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in GetAutoFillTriggeredStateByType()
2498 if (IsAutoFillUserName(autoFillType) || autoFillType == AceAutoFillType::ACE_PASSWORD) { in SetAutoFillTriggeredStateByType()
7309 if (IsAutoFillUserName(autoFillType)) { in OnBackPressed()
7315 !IsAutoFillUserName(autoFillType)) { in OnBackPressed()
8683 bool TextFieldPattern::IsAutoFillUserName(const AceAutoFillType& autoFillType) in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
H A Dtext_field_pattern.h1731 bool IsAutoFillUserName(const AceAutoFillType& autoFillType);