Home
last modified time | relevance | path

Searched refs:popupElement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp39 auto popupElement = weak.Upgrade(); in PerformBuild() local
40 if (popupElement) { in PerformBuild()
41 popupElement->ShowPopup(); in PerformBuild()
45 auto popupElement = weak.Upgrade(); in PerformBuild() local
46 if (popupElement) { in PerformBuild()
47 popupElement->CancelPopup(popupElement->GetId()); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp186 auto popupElement = GetPopupElement(); in ~InspectorComposedElement() local
187 if (popupElement && popupElement->GetPopupComponent()) { in ~InspectorComposedElement()
188 auto popupComponent = popupElement->GetPopupComponent(); in ~InspectorComposedElement()
216 RefPtr<PopupElementV2> popupElement = nullptr; in GetPopupElement() local
220 popupElement = AceType::DynamicCast<PopupElementV2>(element); in GetPopupElement()
225 return popupElement; in GetPopupElement()
1345 RefPtr<PopupElementV2> popupElement = nullptr; in GetBindPopup() local
1353 if (!popupElement) { in GetBindPopup()
1357 if (popupElement->IsShow()) { in GetBindPopup()
1363 popupJson->Put("message", popupElement->GetMessage().c_str()); in GetBindPopup()
[all …]