Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp190 m_pLastChild(nullptr), in CXFA_Node()
822 m_pLastChild->m_pNext = pNode; in InsertChild()
837 m_pLastChild = pNode; in InsertChild()
839 ASSERT(m_pLastChild); in InsertChild()
840 ASSERT(!m_pLastChild->m_pNext); in InsertChild()
871 pNode->m_pNext = m_pLastChild->m_pNext; in InsertChild()
872 m_pLastChild->m_pNext = pNode; in InsertChild()
884 m_pLastChild = pNode; in InsertChild()
886 ASSERT(m_pLastChild); in InsertChild()
887 ASSERT(!m_pLastChild->m_pNext); in InsertChild()
[all …]
Dcxfa_node.h351 CXFA_Node* m_pLastChild; variable