Home | History | Annotate | Download | only in dom

Lines Matching refs:lastTextBox

545             InlineTextBox* lastTextBox = textRenderer->lastTextBox();
553 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
565 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
574 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
667 InlineTextBox* lastTextBox = textRenderer->lastTextBox();
675 if (box == lastTextBox || textOffset != box->start() + box->len())
687 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= textOffset))
696 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= textOffset))
1049 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) {