Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_parent

37     , m_parent(0)
63 current = current->m_parent;
94 return m_parent;
107 ASSERT(m_parent->m_firstChild == this);
108 return m_parent->m_value + increment;
195 ASSERT(!newChild->m_parent);
198 ASSERT(!refChild || refChild->m_parent == this);
215 newChild->m_parent = this;
257 next->m_parent = this;
279 oldChild->m_parent = 0;