Home
last modified time | relevance | path

Searched refs:IsNeedToCreatePopupWindow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_manager.h39 bool IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp253 … isPopupAutoFill = manager.IsNeedToCreatePopupWindow(AbilityBase::AutoFillType::PERSON_FULL_NAME);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp297 bool AutoFillManager::IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::AbilityRuntime::AutoFillManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h511 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h600 bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) override;
H A Dace_container.cpp1635 bool AceContainer::IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::Ace::Platform::AceContainer
1637 return AbilityRuntime::AutoFillManager::GetInstance().IsNeedToCreatePopupWindow( in IsNeedToCreatePopupWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2466 if (!container->IsNeedToCreatePopupWindow(tempAutoFillType)) { in CheckAutoFillType()