Searched refs:m_pLastChild (Results 1 – 2 of 2) sorted by relevance
190 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 …]
351 CXFA_Node* m_pLastChild; variable