Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.cpp482 int textBoxStart = m_textBox->start(); in handleTextBox() local
483 int runStart = max(textBoxStart, start); in handleTextBox()
488 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()
499 int textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1424 int textBoxStart = textBox->start(); in findTextBoxIndex() local
1425 int textBoxEnd = textBoxStart + textBox->len(); in findTextBoxIndex()
1426 if (textBoxEnd <= textBoxStart) in findTextBoxIndex()
1429 textBoxStart, textBoxEnd); in findTextBoxIndex()
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp2872 int textBoxStart = textBox->start(); in ConstructTextRect() local
2873 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect()