Searched refs:IsAutoFillUserName (Results 1 – 2 of 2) sorted by relevance
2465 …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
1731 bool IsAutoFillUserName(const AceAutoFillType& autoFillType);