Searched defs:endTextBox (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A Dvisible_units.cpp486 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox); local
487 endOffset = endTextBox->start();
488 if (!endTextBox->isLineBreak())
489 endOffset += endTextBox->len();
1202 InlineTextBox* endTextBox = static_cast<InlineTextBox*>(logicalEndBox); local
1203 endOffset = endTextBox->start();
1204 if (!endTextBox->isLineBreak())
1205 endOffset += endTextBox->len();

Completed in 64 milliseconds