Searched refs:IsNeedToCreatePopupWindow (Results 1 – 7 of 7) sorted by relevance
39 bool IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType);
253 … isPopupAutoFill = manager.IsNeedToCreatePopupWindow(AbilityBase::AutoFillType::PERSON_FULL_NAME);
297 bool AutoFillManager::IsNeedToCreatePopupWindow(const AbilityBase::AutoFillType &autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::AbilityRuntime::AutoFillManager
511 virtual bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function
600 bool IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) override;
1635 bool AceContainer::IsNeedToCreatePopupWindow(const AceAutoFillType& autoFillType) in IsNeedToCreatePopupWindow() function in OHOS::Ace::Platform::AceContainer1637 return AbilityRuntime::AutoFillManager::GetInstance().IsNeedToCreatePopupWindow( in IsNeedToCreatePopupWindow()
2466 if (!container->IsNeedToCreatePopupWindow(tempAutoFillType)) { in CheckAutoFillType()