Home | History | Annotate | Download | only in dom

Lines Matching refs:textOffset

543             unsigned textOffset = currentPos.offsetInLeafNode();
547 if (textOffset <= box->start() + box->len()) {
548 if (textOffset > box->start())
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))
665 unsigned textOffset = currentPos.offsetInLeafNode();
669 if (textOffset <= box->end()) {
670 if (textOffset >= box->start())
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))