Home | History | Annotate | Download | only in rendering

Lines Matching refs:relayoutChildren

209 void RenderFlexibleBox::layoutBlock(bool relayoutChildren)
213 if (!relayoutChildren && layoutOnlyPositionedObjects())
234 relayoutChildren = true;
241 relayoutChildren = true;
258 layoutHorizontalBox(relayoutChildren);
260 layoutVerticalBox(relayoutChildren);
265 relayoutChildren = true;
267 layoutPositionedObjects(relayoutChildren || isRoot());
309 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& highestFlexGroup, unsigned int& lowestFlexGroup, bool& haveFlex)
318 if (!relayoutChildren)
333 void RenderFlexibleBox::layoutHorizontalBox(bool relayoutChildren)
348 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex);
369 if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())))
414 relayoutChildren = false;
537 relayoutChildren = true;
556 relayoutChildren = true;
642 void RenderFlexibleBox::layoutVerticalBox(bool relayoutChildren)
658 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex);
670 if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())) ||
780 if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))
914 relayoutChildren = true;
933 relayoutChildren = true;