Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_nextSibling

39     , m_nextSibling(0)
62 while (!(next = current->m_nextSibling)) {
182 for (CounterNode* node = this; node; node = node->m_nextSibling) {
197 ASSERT(!newChild->m_nextSibling);
208 next = refChild->m_nextSibling;
209 refChild->m_nextSibling = newChild;
219 newChild->m_nextSibling = next;
240 newChild->m_nextSibling = first;
251 last->m_nextSibling = next;
256 for (next = first; ; next = next->m_nextSibling) {
274 CounterNode* next = oldChild->m_nextSibling;
277 oldChild->m_nextSibling = 0;
282 previous->m_nextSibling = next;