Home
last modified time | relevance | path

Searched refs:m_pPrior (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp74 : m_pParent(NULL), m_pChild(NULL), m_pPrior(NULL), m_pNext(NULL) {} in CFDE_XMLNode()
183 pNode->m_pPrior = NULL; in InsertChildNode()
188 pNode->m_pPrior = NULL; in InsertChildNode()
189 m_pChild->m_pPrior = pNode; in InsertChildNode()
198 pNode->m_pPrior = pFind; in InsertChildNode()
201 pFind->m_pNext->m_pPrior = pNode; in InsertChildNode()
211 pNode->m_pPrior->m_pNext = pNode->m_pNext; in RemoveChildNode()
214 pNode->m_pNext->m_pPrior = pNode->m_pPrior; in RemoveChildNode()
218 pNode->m_pPrior = NULL; in RemoveChildNode()
233 while (pItem->m_pPrior != NULL) { in GetNodeItem()
[all …]
Dfde_xml.h49 CFDE_XMLNode* m_pPrior; variable