Home
last modified time | relevance | path

Searched refs:GetAutoFillType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h48 virtual AceAutoFillType GetAutoFillType() const in GetAutoFillType() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h62 AceAutoFillType GetAutoFillType() const override in GetAutoFillType() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1501 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2505 AceAutoFillType TextFieldPattern::GetAutoFillType(bool isNeedToHitType) in GetAutoFillType() function in OHOS::Ace::NG::TextFieldPattern
2559 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()
H A Dtext_field_pattern.h1685 AceAutoFillType GetAutoFillType(bool isNeedToHitType = true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4245 auto type = nodeInfoWrap->GetAutoFillType(); in NotifyFillRequestSuccess()
4271 if (nodeInfo && nodeInfo->GetAutoFillType() == focusType) { in NotifyFillRequestSuccess()
4455 type = static_cast<AceAutoFillType>(nodeInfo->GetAutoFillType()); in GetFocusedType()