Home
last modified time | relevance | path

Searched defs:autoFillType (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dhint_to_type_wrap.h23 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; member
H A Dpage_node_info_wrap.h47 virtual void SetAutoFillType(AceAutoFillType autoFillType) {} in SetAutoFillType()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dpage_node_info.h34 AutoFillType autoFillType = AutoFillType::UNSPECIFIED; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp113 const AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp243 AbilityBase::AutoFillType autoFillType = request.autoFillType; in ConvertAutoFillWindowType() local
297 bool AutoFillManager::IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType) in IsNeedToCreatePopupWindow()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h57 void SetAutoFillType(AceAutoFillType autoFillType) override in SetAutoFillType()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h101 AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h511 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2434 bool TextFieldPattern::IsAutoFillPasswordType(const AceAutoFillType& autoFillType) in IsAutoFillPasswordType()
2452 bool TextFieldPattern::CheckAutoFillType(const AceAutoFillType& autoFillType, bool isFromKeyBoard) in CheckAutoFillType()
2473 bool TextFieldPattern::GetAutoFillTriggeredStateByType(const AceAutoFillType& autoFillType) in GetAutoFillTriggeredStateByType()
2490 void TextFieldPattern::SetAutoFillTriggeredStateByType(const AceAutoFillType& autoFillType) in SetAutoFillTriggeredStateByType()
2570 auto autoFillType = GetAutoFillType(); in ProcessAutoFill() local
2741 auto autoFillType = GetAutoFillType(false); in CheckIfNeedToResetKeyboard() local
3804 auto autoFillType = GetAutoFillType(false); in KeyboardContentTypeToInputType() local
7214 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in OnBackPressed()
7308 auto autoFillType = GetAutoFillType(); in OnBackPressed() local
8683 bool TextFieldPattern::IsAutoFillUserName(const AceAutoFillType& autoFillType) in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_test.cpp2549 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
2588 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
H A Dtext_input_modify_test.cpp1441 auto autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h399 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) {} in NotifyFillRequestSuccess()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1259 AceAutoFillType autoFillType, bool isNative = true) in FillRequestCallback()
1585 bool AceContainer::RequestAutoFill(const RefPtr<NG::FrameNode>& node, AceAutoFillType autoFillType, in RequestAutoFill()
1635 bool AceContainer::IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4234 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess()
4505 bool WebPattern::RequestAutoFill(AceAutoFillType autoFillType) in RequestAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2717 void PipelineContext::NotifyFillRequestSuccess(AceAutoFillType autoFillType, RefPtr<ViewDataWrap> v… in NotifyFillRequestSuccess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2393 …RefPtr<ViewDataWrap> viewDataWrap, RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess()