Home
last modified time | relevance | path

Searched refs:textBoxStart (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp527 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local
528 unsigned runStart = max(textBoxStart, start); in handleTextBox()
533 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()
544 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()
/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp3145 int textBoxStart = textBox->start(); in ConstructTextRect() local
3146 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect()