/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | hint_to_type_wrap.h | 23 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; member
|
H A D | page_node_info_wrap.h | 47 virtual void SetAutoFillType(AceAutoFillType autoFillType) {} in SetAutoFillType()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | page_node_info.h | 34 AutoFillType autoFillType = AutoFillType::UNSPECIFIED; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/ |
H A D | auto_fill_manager_test.cpp | 113 const AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; variable
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager.cpp | 243 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 D | view_data_wrap_ohos.h | 57 void SetAutoFillType(AceAutoFillType autoFillType) override in SetAutoFillType()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 101 AbilityBase::AutoFillType autoFillType = AbilityBase::AutoFillType::UNSPECIFIED; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 511 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 2434 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 D | text_field_pattern_test.cpp | 2549 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable 2588 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
|
H A D | text_input_modify_test.cpp | 1441 auto autoFillType = AceAutoFillType::ACE_UNSPECIFIED; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 399 RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) {} in NotifyFillRequestSuccess()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1259 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 D | web_pattern.cpp | 4234 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 D | pipeline_context.cpp | 2717 void PipelineContext::NotifyFillRequestSuccess(AceAutoFillType autoFillType, RefPtr<ViewDataWrap> v… in NotifyFillRequestSuccess()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 2393 …RefPtr<ViewDataWrap> viewDataWrap, RefPtr<PageNodeInfoWrap> nodeWrap, AceAutoFillType autoFillType) in NotifyFillRequestSuccess()
|