Searched refs:pDataParent (Results 1 – 2 of 2) sorted by relevance
730 CXFA_Node* pDataParent, in MaybeCreateDataNode() argument733 if (!pDataParent) in MaybeCreateDataNode()736 CXFA_Node* pParentDDNode = pDataParent->GetDataDescriptionNode(); in MaybeCreateDataNode()742 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode()779 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode()1156 CXFA_Node* pDataParent = pDataNode->GetParent(); in UpdateBindingRelations() local1157 if (pDataParent != pDataScope) { in UpdateBindingRelations()1158 DCHECK(pDataParent); in UpdateBindingRelations()1159 pDataParent->RemoveChildAndNotify(pDataNode, true); in UpdateBindingRelations()
2008 if (CXFA_Node* pDataParent = pDataNode->GetParent()) { in RemoveItem() local2009 pDataParent->RemoveChildAndNotify(pDataNode, true); in RemoveItem()