Home
last modified time | relevance | path

Searched refs:IsTriggerAutoFillPassword (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.cpp2460 auto isTriggerPassword = IsTriggerAutoFillPassword(); in CheckAutoFillType()
2518 if (isNeedToHitType && !IsTriggerAutoFillPassword()) { in GetAutoFillType()
2541 if (isNeedToHitType && !IsTriggerAutoFillPassword()) { in GetAutoFillTypeAndMetaData()
2578 if (IsTriggerAutoFillPassword() && autoFillType == AceAutoFillType::ACE_UNSPECIFIED) { in ProcessAutoFill()
7230 bool formOtherAccount = (viewDataWrap->GetOtherAccount() && IsTriggerAutoFillPassword()); in OnBackPressed()
7281 if (!fillContent.empty() && IsTriggerAutoFillPassword()) { in OnBackPressed()
8705 bool TextFieldPattern::IsTriggerAutoFillPassword() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
H A Dtext_field_pattern.h1733 bool IsTriggerAutoFillPassword();