Home | History | Annotate | Download | only in rendering

Lines Matching refs:setLogicalWidth

1577         setLogicalWidth(overrideSize());
1605 setLogicalWidth(max(logicalWidthLength.value() + borderAndPaddingLogicalWidth(), minPreferredLogicalWidth()));
1623 setLogicalWidth(logicalWidthLength.value() + borderAndPaddingLogicalWidth());
1626 setLogicalWidth(computeLogicalWidthUsing(LogicalWidth, containerWidthInInlineDirection));
1632 setLogicalWidth(maxLogicalWidth);
1640 setLogicalWidth(minLogicalWidth);
1647 setLogicalWidth(max(logicalWidth(), minPreferredLogicalWidth()));
2329 setLogicalWidth(logicalWidthResult);
2345 setLogicalWidth(maxLogicalWidth);
2365 setLogicalWidth(minLogicalWidth);
2377 setLogicalWidth(logicalWidthResult);
2382 setLogicalWidth(logicalWidth() + bordersPlusPadding);
2864 setLogicalWidth(computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth());