Home | History | Annotate | Download | only in rendering

Lines Matching refs:relayoutChildren

732 void RenderBlock::layoutInlineChildren(bool relayoutChildren, int& repaintLogicalTop, int& repaintLogicalBottom)
742 bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren;
802 if (relayoutChildren || o->style()->width().isPercent() || o->style()->height().isPercent())
805 // If relayoutChildren is set and we have percentage padding, we also need to invalidate the child's pref widths.
806 if (relayoutChildren && (o->style()->paddingStart().isPercent() || o->style()->paddingEnd().isPercent()))