Home | History | Annotate | Download | only in rendering

Lines Matching refs:startBox

846 Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const
852 startBox = leafBoxesInLogicalOrder[i];
853 return startBox->renderer().node();
856 startBox = 0;