Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_firstChild

40     , m_firstChild(0)
72 if (CounterNode* next = m_firstChild)
107 ASSERT(m_parent->m_firstChild == this);
211 next = m_firstChild;
212 m_firstChild = newChild;
218 if (!newChild->m_firstChild || newChild->m_hasResetType) {
238 CounterNode* first = newChild->m_firstChild;
261 newChild->m_firstChild = 0;
271 ASSERT(!oldChild->m_firstChild);
284 ASSERT(m_firstChild == oldChild);
285 m_firstChild = next;