Searched refs:popupElement (Results 1 – 2 of 2) sorted by relevance
39 auto popupElement = weak.Upgrade(); in PerformBuild() local40 if (popupElement) { in PerformBuild()41 popupElement->ShowPopup(); in PerformBuild()45 auto popupElement = weak.Upgrade(); in PerformBuild() local46 if (popupElement) { in PerformBuild()47 popupElement->CancelPopup(popupElement->GetId()); in PerformBuild()
186 auto popupElement = GetPopupElement(); in ~InspectorComposedElement() local187 if (popupElement && popupElement->GetPopupComponent()) { in ~InspectorComposedElement()188 auto popupComponent = popupElement->GetPopupComponent(); in ~InspectorComposedElement()216 RefPtr<PopupElementV2> popupElement = nullptr; in GetPopupElement() local220 popupElement = AceType::DynamicCast<PopupElementV2>(element); in GetPopupElement()225 return popupElement; in GetPopupElement()1345 RefPtr<PopupElementV2> popupElement = nullptr; in GetBindPopup() local1353 if (!popupElement) { in GetBindPopup()1357 if (popupElement->IsShow()) { in GetBindPopup()1363 popupJson->Put("message", popupElement->GetMessage().c_str()); in GetBindPopup()[all …]