Home | History | Annotate | Download | only in editing

Lines Matching refs:InlineBox

362     InlineBox* box;
398 InlineBox *startBox = rootBox->firstLeafChild();
466 InlineBox *endBox = rootBox->lastLeafChild();
567 InlineBox* box;
669 InlineBox* box;
1060 static void getLeafBoxesInLogicalOrder(RootInlineBox* rootBox, Vector<InlineBox*>& leafBoxesInLogicalOrder)
1065 InlineBox* r = rootBox->firstLeafChild();
1088 InlineBox** end = leafBoxesInLogicalOrder.end();
1090 InlineBox** iter = leafBoxesInLogicalOrder.begin();
1097 InlineBox** first = iter;
1103 InlineBox** last = iter;
1110 static void getLogicalStartBoxAndNode(RootInlineBox* rootBox, InlineBox*& startBox, Node*& startNode)
1112 Vector<InlineBox*> leafBoxesInLogicalOrder;
1124 static void getLogicalEndBoxAndNode(RootInlineBox* rootBox, InlineBox*& endBox, Node*& endNode)
1126 Vector<InlineBox*> leafBoxesInLogicalOrder;
1157 InlineBox* logicalStartBox;
1192 InlineBox* logicalEndBox;