Searched refs:GetAutoFillType (Results 1 – 6 of 6) sorted by relevance
48 virtual AceAutoFillType GetAutoFillType() const in GetAutoFillType() function
62 AceAutoFillType GetAutoFillType() const override in GetAutoFillType() function
1501 if (nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_USER_NAME) { in FillAutoFillViewData()1505 …} else if (nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_UNSPECIFIED && metadataObject && in FillAutoFillViewData()1516 … if (nodeInfoWrap && nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_NEW_PASSWORD) { in FillAutoFillViewData()1543 node.autoFillType = static_cast<AbilityBase::AutoFillType>(info->GetAutoFillType()); in OverwritePageNodeInfo()
2505 AceAutoFillType TextFieldPattern::GetAutoFillType(bool isNeedToHitType) in GetAutoFillType() function in OHOS::Ace::NG::TextFieldPattern2559 return CheckAutoFillType(GetAutoFillType(), isFromKeyBoard); in CheckAutoFill()2570 auto autoFillType = GetAutoFillType(); in ProcessAutoFill()2741 auto autoFillType = GetAutoFillType(false); in CheckIfNeedToResetKeyboard()3050 auto aceContentType = GetAutoFillType(); in AutoFillValueChanged()3804 auto autoFillType = GetAutoFillType(false); in KeyboardContentTypeToInputType()7229 auto type = GetAutoFillType(); in OnBackPressed()7308 auto autoFillType = GetAutoFillType(); in OnBackPressed()
1685 AceAutoFillType GetAutoFillType(bool isNeedToHitType = true);
4245 auto type = nodeInfoWrap->GetAutoFillType(); in NotifyFillRequestSuccess()4271 if (nodeInfo && nodeInfo->GetAutoFillType() == focusType) { in NotifyFillRequestSuccess()4455 type = static_cast<AceAutoFillType>(nodeInfo->GetAutoFillType()); in GetFocusedType()