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.cpp625 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local
626 unsigned runStart = max(textBoxStart, start); in handleTextBox()
631 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()
643 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()