Home
last modified time | relevance | path

Searched refs:textBoxEnd (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp3146 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect() local
3147 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()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp544 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox() local
545 unsigned runEnd = min(textBoxEnd, end); in handleTextBox()
573 if (static_cast<unsigned>(m_positionEndOffset) < textBoxEnd) in handleTextBox()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191535 …(khtml::TextIterator::handleTextBox): Avoid advancing m_sortedTextBoxes if textBoxEnd wasn't reach…