Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLeft

5108                 int maxLeft = marginLogicalLeft > 0 ? max(floatLeftWidth, marginLogicalLeft) : floatLeftWidth + marginLogicalLeft;
5110 w = child->maxPreferredLogicalWidth() + maxLeft + maxRight;