Searched refs:grandParent (Results 1 – 3 of 3) sorted by relevance
513 auto grandParent = parent->GetParent().Upgrade(); in ApplyRestoreInfo() local514 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo()519 grandParent->SetRestoreInfo(""); in ApplyRestoreInfo()
800 auto grandParent = parent->GetParent().Upgrade(); in ApplyRestoreInfo() local801 if (!grandParent) { in ApplyRestoreInfo()805 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo()826 grandParent->SetRestoreInfo(""); in ApplyRestoreInfo()
5873 auto grandParent = breakPointParent->GetParent(); local5874 CHECK_NULL_VOID(grandParent);5875 grandParent->RemoveChild(breakPointParent);5876 grandParent->RebuildRenderContextTree();