Home
last modified time | relevance | path

Searched defs:topElement (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp142 auto topElement = *childIter++; in HandleDragUpdate() local
174 auto topElement = *childIter++; in HandleDragStart() local
231 auto topElement = *childIter++; in HandleDragEnd() local
278 auto topElement = *(childIter++); in GetControllers() local
H A Dstage_element.cpp183 auto topElement = *elementIter; in GetTopPage() local
489 RefPtr<Element> topElement; in PerformPushPage() local
574 auto topElement = *children_.rbegin(); in PerformPopToPage() local
784 auto topElement = *(elementIter++); in OnPostFlush() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1162 auto topElement = stageElement->GetTopPage(); in PopPage() local