Home | History | Annotate | Download | only in rendering

Lines Matching full:child

1393     for (const InlineTextBox* child = m_firstTextBox; child != 0; child = child->nextTextBox()) {
1394 ASSERT(child->renderer() == this);
1395 ASSERT(child->prevTextBox() == prev);
1396 prev = child;