Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_nextSibling

38     , m_nextSibling(0)
51 while (!(next = current->m_nextSibling)) {
119 for (CounterNode* node = this; node; node = node->m_nextSibling) {
134 ASSERT(!newChild->m_nextSibling);
145 next = refChild->m_nextSibling;
146 refChild->m_nextSibling = newChild;
156 newChild->m_nextSibling = next;
177 newChild->m_nextSibling = first;
188 last->m_nextSibling = next;
193 for (next = first; ; next = next->m_nextSibling) {
211 CounterNode* next = oldChild->m_nextSibling;
214 oldChild->m_nextSibling = 0;
219 previous->m_nextSibling = next;