Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dvisible_units.cpp386 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox); in endPositionForLine() local
387 endOffset = endTextBox->start(); in endPositionForLine()
388 if (!endTextBox->isLineBreak()) in endPositionForLine()
389 endOffset += endTextBox->len(); in endPositionForLine()