Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxRight

3312                 LayoutUnit maxRight = marginLogicalRight > 0 ? std::max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
3313 w = childMaxPreferredLogicalWidth + maxLeft + maxRight;