Home
last modified time | relevance | path

Searched refs:grandParent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp513 auto grandParent = parent->GetParent().Upgrade(); in ApplyRestoreInfo() local
514 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo()
519 grandParent->SetRestoreInfo(""); in ApplyRestoreInfo()
H A Drender_tab_bar.cpp800 auto grandParent = parent->GetParent().Upgrade(); in ApplyRestoreInfo() local
801 if (!grandParent) { in ApplyRestoreInfo()
805 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo()
826 grandParent->SetRestoreInfo(""); in ApplyRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5873 auto grandParent = breakPointParent->GetParent(); local
5874 CHECK_NULL_VOID(grandParent);
5875 grandParent->RemoveChild(breakPointParent);
5876 grandParent->RebuildRenderContextTree();