Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dvisible_units.cpp298 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine() local
301 if (!startBox) in startPositionForLine()
304 RenderObject *startRenderer = startBox->object(); in startPositionForLine()
312 startBox = startBox->nextLeafChild(); in startPositionForLine()
316 if (startBox->isInlineTextBox()) { in startPositionForLine()
317 InlineTextBox *startTextBox = static_cast<InlineTextBox *>(startBox); in startPositionForLine()
/external/webkit/WebCore/rendering/
DRenderBlock.h142 RootInlineBox* determineEndPosition(RootInlineBox* startBox, InlineIterator& cleanLineStart,