Home | History | Annotate | Download | only in editing

Lines Matching refs:m_textBox

316     m_textBox = 0;
357 if (!m_textBox && m_remainingTextBox) {
358 m_textBox = m_remainingTextBox;
364 if (m_textBox) {
468 m_textBox = 0;
509 m_textBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
520 m_textBox = 0;
526 while (m_textBox) {
527 unsigned textBoxStart = m_textBox->start();
533 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0);
544 unsigned textBoxEnd = textBoxStart + m_textBox->len();
553 nextTextBox = m_textBox->nextTextBox();
580 m_textBox = nextTextBox;
586 m_textBox = nextTextBox;
590 if (!m_textBox && m_remainingTextBox) {
591 m_textBox = m_remainingTextBox;
609 m_remainingTextBox = m_textBox;
610 m_textBox = firstLetter->firstTextBox();