Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp101 …ent::ChangeChildRenderSlot(const RefPtr<Element>& child, int32_t renderSlot, bool effectDescendant) in ChangeChildRenderSlot() argument
112 } else if (child->GetType() == COMPOSED_ELEMENT && effectDescendant) { in ChangeChildRenderSlot()
115 child->ChangeChildRenderSlot(grandChild, newRenderSlot, effectDescendant); in ChangeChildRenderSlot()
H A Delement.h316 …oid ChangeChildRenderSlot(const RefPtr<Element>& child, int32_t renderSlot, bool effectDescendant);