Home
last modified time | relevance | path

Searched refs:isTriggerPassword (Results 1 – 1 of 1) 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() local
2461 if (autoFillType == AceAutoFillType::ACE_UNSPECIFIED && !isTriggerPassword) { in CheckAutoFillType()
2464 } else if (isTriggerPassword) { in CheckAutoFillType()