Home | History | Annotate | Download | only in rendering

Lines Matching refs:nextTextBox

136             for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
171 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) {
185 m_firstTextBox = box->nextTextBox();
188 if (box->nextTextBox())
189 box->nextTextBox()->setPreviousLineBox(box->prevTextBox());
191 box->prevTextBox()->setNextLineBox(box->nextTextBox());
202 next = curr->nextTextBox();
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
235 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
262 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
278 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
315 while (offset > off && s->nextTextBox()) {
316 s = s->nextTextBox();
347 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
814 for (box = firstTextBox(); box; box = box->nextTextBox()) {
822 for (box = firstTextBox(); box; box = box->nextTextBox()) {
847 for (InlineTextBox* curr = firstTextBox(); curr; curr = curr->nextTextBox()) {
1036 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
1070 m_firstTextBox = s->nextTextBox();
1072 s->prevTextBox()->setNextLineBox(s->nextTextBox());
1076 s->nextTextBox()->setPreviousLineBox(s->prevTextBox());
1130 for (InlineTextBox* curr = firstTextBox(); curr; curr = curr->nextTextBox()) {
1180 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
1217 for (box = box->nextTextBox(); box; box = box->nextTextBox())
1236 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
1393 for (const InlineTextBox* child = m_firstTextBox; child != 0; child = child->nextTextBox()) {