Home | History | Annotate | Download | only in rendering

Lines Matching defs:margins

606     // its margins.
1309 // just calculate margins
1456 // Inline blocks/tables and floats don't have their margins increased.
1475 // This makes auto margins 0 if we failed a width() < containerWidth test above (css2.1, 10.3.3).
1493 // For tables, calculate margins only.
1557 int margins = collapsedMarginTop() + collapsedMarginBottom();
1560 setHeight(max(height(), visHeight - margins));
1562 int marginsBordersPadding = margins + parentBox()->marginTop() + parentBox()->marginBottom()
1784 // margins are calculated with respect to the _width_ of
1846 // over-constrained margins? Also note that the container block is used
2013 * the two margins get equal values, unless this would make them negative,
2030 // Margins are now the only unknown
2032 // Both margins auto, solve for equality
2105 // Calculate margins, 'auto' margins are ignored.
2302 * the two margins get equal values. If one of 'margin-top' or 'margin-
2315 // Margins are now the only unknown
2317 // Both margins auto, solve for equality
2360 // Calculate margins, 'auto' margins are ignored.
2471 * margins must get equal values, unless this would make them negative,
2633 * margins must get equal values.