Home | History | Annotate | Download | only in rendering

Lines Matching refs:leafBoxesInLogicalOrder

1380 void InlineFlowBox::collectLeafBoxesInLogicalOrder(Vector<InlineBox*>& leafBoxesInLogicalOrder, CustomInlineBoxRangeReverse customReverseImplementation, void* userData) const
1389 // First find highest and lowest levels, and initialize leafBoxesInLogicalOrder with the leaf boxes in visual order.
1393 leafBoxesInLogicalOrder.append(leaf);
1407 Vector<InlineBox*>::iterator end = leafBoxesInLogicalOrder.end();
1409 Vector<InlineBox*>::iterator it = leafBoxesInLogicalOrder.begin();