Home
last modified time | relevance | path

Searched refs:IsNeedToCreatePopupWindow (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_manager.h42 bool IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType);
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp241 * Function: IsNeedToCreatePopupWindow
253 isPopupAutoFill = manager.IsNeedToCreatePopupWindow(AbilityBase::AutoFillType::PERSON_FULL_NAME); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp218 bool AceContainer::IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp300 bool AutoFillManager::IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::AbilityRuntime::AutoFillManager
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h516 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h598 bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) override;
H A Dace_container.cpp1630 bool AceContainer::IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function in AceContainer
1632 return AbilityRuntime::AutoFillManager::GetInstance().IsNeedToCreatePopupWindow( in IsNeedToCreatePopupWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2488 if (!container->IsNeedToCreatePopupWindow(tempAutoFillType)) { in CheckAutoFillType()

Completed in 24 milliseconds