Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp788 Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const in getLogicalStartBoxWithNode()
794 startBox = leafBoxesInLogicalOrder[i]; in getLogicalStartBoxWithNode()
795 return startBox->renderer()->node(); in getLogicalStartBoxWithNode()
798 startBox = 0; in getLogicalStartBoxWithNode()
DRenderBlock.h497 …RootInlineBox* determineEndPosition(RootInlineBox* startBox, Vector<FloatWithRect>& floats, size_t…
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp365 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine() local
368 if (!startBox) in startPositionForLine()
371 RenderObject *startRenderer = startBox->renderer(); in startPositionForLine()
379 startBox = startBox->nextLeafChild(); in startPositionForLine()
382 …de() ? VisiblePosition(Position(startNode, static_cast<InlineTextBox *>(startBox)->start(), Positi… in startPositionForLine()
/external/webkit/Source/WebCore/
DChangeLog42677 startBox is an inline text box isn't an adequate to instantiate a position inside startNode.