Home | History | Annotate | Download | only in editing

Lines Matching refs:nextTextBox

468         for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
508 InlineTextBox* nextTextBox = 0;
511 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1];
513 nextTextBox = m_textBox->nextTextBox();
537 int nextRunStart = nextTextBox ? nextTextBox->start() : str.length();
540 m_textBox = nextTextBox;
546 m_textBox = nextTextBox;