• Home
  • Raw
  • Download

Lines Matching defs:pNode

70   for (CXFA_Node* pNode = pCommonParent->GetFirstChild(); pNode;  in NodesSortedByDocumentIdx()  local
84 CXFA_NodeSetPair* NodeSetPairForNode(CXFA_Node* pNode, in NodeSetPairForNode()
221 CXFA_Node* pNode = m_pChild; in ~CXFA_Node() local
274 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) { in GetPrevSibling() local
282 CXFA_Node* pNode = m_pNext; in GetNextContainerSibling() local
293 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) { in GetPrevContainerSibling() local
303 CXFA_Node* pNode = m_pChild; in GetFirstContainerChild() local
310 CXFA_Node* pNode = m_pParent; in GetContainerParent() local
457 CXFA_Node* pNode = m_pDocument->CreateNode(m_ePacket, eType); in CreateSamePacketNode() local
686 CXFA_Keep* pNode = in GetIntact() local
780 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in CountChildren() local
794 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in GetChildInternal() local
807 int32_t CXFA_Node::InsertChild(int32_t index, CXFA_Node* pNode) { in InsertChild()
854 bool CXFA_Node::InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode) { in InsertChild()
914 bool CXFA_Node::RemoveChild(CXFA_Node* pNode, bool bNotify) { in RemoveChild()
975 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetFirstChildByName() local
985 for (CXFA_Node* pNode = GetFirstChild(); pNode; in GetFirstChildByClassInternal() local
995 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameNameSibling() local
1010 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameClassSiblingInternal() local
1042 for (CXFA_Node* pNode = GetPrevSibling(); pNode; in GetInstanceMgrOfSubform() local
1096 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->m_pNext) in ReleaseBindingNodes() local
1136 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetItemIfExists() local
1167 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetCount() local
1215 for (CXFA_Node* pNode = sIteratorNew.GetCurrent(); pNode; in InsertItem() local
1226 for (CXFA_Node* pNode = sIteratorAfter.GetCurrent(); pNode; in InsertItem() local
1250 for (CXFA_Node* pNode = sIteratorNew.GetCurrent(); pNode; in InsertItem() local
1261 for (CXFA_Node* pNode = sIteratorBefore.GetCurrent(); pNode; in InsertItem() local
1419 CXFA_Node* pNode = pParentNode->GetParent(); in SendAttributeChangeMessage() local
1494 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage() local
1505 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage() local
1598 for (auto* pNode = this; pNode; pNode = pNode->GetContainerParent()) { in IsOpenAccess() local