Searched refs:pDataParent (Results 1 – 2 of 2) sorted by relevance
726 CXFA_Node* pDataParent, in MaybeCreateDataNode() argument729 if (!pDataParent) in MaybeCreateDataNode()732 CXFA_Node* pParentDDNode = pDataParent->GetDataDescriptionNode(); in MaybeCreateDataNode()738 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode()775 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode()1152 CXFA_Node* pDataParent = pDataNode->GetParent(); in UpdateBindingRelations() local1153 if (pDataParent != pDataScope) { in UpdateBindingRelations()1154 ASSERT(pDataParent); in UpdateBindingRelations()1155 pDataParent->RemoveChildAndNotify(pDataNode, true); in UpdateBindingRelations()
1960 if (CXFA_Node* pDataParent = pDataNode->GetParent()) { in RemoveItem() local1961 pDataParent->RemoveChildAndNotify(pDataNode, true); in RemoveItem()