Searched refs:m_pPrevSibling (Results 1 – 1 of 1) sorted by relevance
24 T* GetPrevSibling() const { return m_pPrevSibling; } in GetPrevSibling()44 m_pFirstChild->m_pPrevSibling = child; in AppendFirstChild()59 child->m_pPrevSibling = m_pLastChild; in AppendLastChild()76 child->m_pPrevSibling = other->m_pPrevSibling; in InsertBefore()78 CHECK(!other->m_pPrevSibling); in InsertBefore()81 other->m_pPrevSibling->m_pNextSibling = child; in InsertBefore()83 other->m_pPrevSibling = child; in InsertBefore()94 child->m_pPrevSibling = other; in InsertAfter()99 other->m_pNextSibling->m_pPrevSibling = child; in InsertAfter()108 m_pLastChild = child->m_pPrevSibling; in RemoveChild()[all …]