Home
last modified time | relevance | path

Searched refs:GetStackElement (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.h45 RefPtr<StackElement> GetStackElement() const;
H A Dcontainer_modal_element.cpp37 RefPtr<StackElement> ContainerModalElement::GetStackElement() const in GetStackElement() function in OHOS::Ace::ContainerModalElement
83 auto stack = GetStackElement(); in GetOverlayElement()
100 auto stack = GetStackElement(); in GetStageElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_element.cpp51 auto stackElement = component->GetStackElement(); in PerformBuild()
H A Dselect_popup_component.h263 RefPtr<StackElement> GetStackElement() const in GetStackElement() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h238 const WeakPtr<StackElement> GetStackElement() const in GetStackElement() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp1201 auto stack = textField->GetStackElement().Upgrade(); in PopOverlay()