Home | History | Annotate | Download | only in rendering

Lines Matching full:margins

601     // its margins.
1304 // just calculate margins
1451 // Inline blocks/tables and floats don't have their margins increased.
1470 // This makes auto margins 0 if we failed a width() < containerWidth test above (css2.1, 10.3.3).
1488 // For tables, calculate margins only.
1552 int margins = collapsedMarginTop() + collapsedMarginBottom();
1555 setHeight(max(height(), visHeight - margins));
1557 int marginsBordersPadding = margins + parentBox()->marginTop() + parentBox()->marginBottom()
1779 // margins are calculated with respect to the _width_ of
1841 // over-constrained margins? Also note that the container block is used
2008 * the two margins get equal values, unless this would make them negative,
2025 // Margins are now the only unknown
2027 // Both margins auto, solve for equality
2100 // Calculate margins, 'auto' margins are ignored.
2297 * the two margins get equal values. If one of 'margin-top' or 'margin-
2310 // Margins are now the only unknown
2312 // Both margins auto, solve for equality
2355 // Calculate margins, 'auto' margins are ignored.
2466 * margins must get equal values, unless this would make them negative,
2628 * margins must get equal values.