Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/view_data/
Dhint_to_type_wrap.h23 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; member
Dpage_node_info_wrap.h47 virtual void SetAutoFillType(AceAutoFillType autoFillType) {} in SetAutoFillType()
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
Dpage_node_info.h34 AutoFillType autoFillType = AutoFillType::UNSPECIFIED; member
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
Dauto_fill_manager.cpp243 AbilityBase::AutoFillType autoFillType = request.autoFillType; in ConvertAutoFillWindowType() local
297 bool AutoFillManager::IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType) in IsNeedToCreatePopupWindow()
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
Dauto_fill_manager_test.cpp113 const AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; variable
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dview_data_wrap_ohos.h57 void SetAutoFillType(AceAutoFillType autoFillType) override in SetAutoFillType()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
Dauto_fill_custom_config.h101 AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; member
/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.h511 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
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()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_field_pattern_test.cpp2549 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
2588 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
Dtext_input_modify_test.cpp1441 auto autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
Dpattern.h399 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) {} in NotifyFillRequestSuccess()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.cpp4234 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess()
4505 bool WebPattern::RequestAutoFill(AceAutoFillType autoFillType) in RequestAutoFill()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp2717 void PipelineContext::NotifyFillRequestSuccess(AceAutoFillType autoFillType, RefPtr<ViewDataWrap> v… in NotifyFillRequestSuccess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp2393 …RefPtr<ViewDataWrap> viewDataWrap, RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess()