Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxRight

3713                 LayoutUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
3714 w = childMaxPreferredLogicalWidth + maxLeft + maxRight;