Searched refs:textBoxEnd (Results 1 – 3 of 3) sorted by relevance
3146 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect() local3147 if (textBoxEnd <= start) in ConstructTextRect()3149 if (textBoxEnd > relEnd) in ConstructTextRect()3150 textBoxEnd = relEnd; in ConstructTextRect()3152 start, textBoxEnd); in ConstructTextRect()3157 for (int index = start; index < textBoxEnd; index++) in ConstructTextRect()3164 if (textBoxEnd == relEnd) in ConstructTextRect()
544 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox() local545 unsigned runEnd = min(textBoxEnd, end); in handleTextBox()573 if (static_cast<unsigned>(m_positionEndOffset) < textBoxEnd) in handleTextBox()
1535 …(khtml::TextIterator::handleTextBox): Avoid advancing m_sortedTextBoxes if textBoxEnd wasn't reach…