Searched refs:childRef (Results 1 – 2 of 2) sorted by relevance
75 auto childRef = Referenced::Claim<UINode>(childNode); in AppendChildInFrameNode() local76 CHECK_NULL_RETURN(childRef, true); in AppendChildInFrameNode()77 if (childRef->GetParent() != nullptr && childRef->GetParent() != currentNode) { in AppendChildInFrameNode()80 currentNode->AddChild(childRef); in AppendChildInFrameNode()
78 auto childRef = Referenced::Claim<UINode>(childNode); in AppendChild() local79 currentNode->AddChild(childRef); in AppendChild()