Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp672 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local
673 unsigned runStart = std::max(textBoxStart, start); in handleTextBox()
678 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()
690 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()