Searched refs:startBox (Results 1 – 4 of 4) sorted by relevance
788 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()
497 …RootInlineBox* determineEndPosition(RootInlineBox* startBox, Vector<FloatWithRect>& floats, size_t…
365 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine() local368 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()
42677 startBox is an inline text box isn't an adequate to instantiate a position inside startNode.