Lines Matching refs:m_children
651 * @param pListAnchor Pointer to the m_children member of the parent. NULL
674 RTListInit(&m_children);
681 RTListForEachSafeCpp(&m_children, pCur, pNext, Node, m_listEntry)
685 RTListInit(&m_children);
754 pNew = new ElementNode(pElmRoot, pCur, &pCur->m_children, pLibNode);
756 pNew = new ContentNode(pCur, &pCur->m_children, pLibNode);
759 RTListAppend(&pCur->m_children, &pNew->m_listEntry);
779 RTListForEachCpp(&m_children, p, Node, m_listEntry)
804 RTListForEachCpp(&m_children, p, Node, m_listEntry)
824 RTListForEachCpp(&m_children, p, Node, m_listEntry)
847 RTListForEachCpp(&m_children, p, Node, m_listEntry)
867 RTListForEachCpp(&m_children, p, Node, m_listEntry)
878 RTListForEachReverseCpp(&m_children, p, Node, m_listEntry)
1253 ElementNode *p = new ElementNode(m_pElmRoot, this, &m_children, pLibNode);
1254 RTListAppend(&m_children, &p->m_listEntry);
1276 ContentNode *p = new ContentNode(this, &m_children, pLibNode);
1277 RTListAppend(&m_children, &p->m_listEntry);
1457 * @param pListAnchor Pointer to the m_children member of the parent. NULL