Home | History | Annotate | Download | only in rendering

Lines Matching refs:margins

1597         // just calculate margins
1779 // Case Four: Either no auto margins, or our width is >= the container width (css2.1, 10.3.3). In that case
1780 // auto margins will just turn into 0.
1803 // For tables, calculate margins only.
1880 int margins = collapsedMarginBefore() + collapsedMarginAfter();
1891 setLogicalHeight(max(logicalHeight(), visHeight - margins));
1893 int marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2130 // Margins are calculated with respect to the logical width of
2254 // over-constrained margins? Also note that the container block is used
2415 * the two margins get equal values, unless this would make them negative,
2432 // Margins are now the only unknown
2434 // Both margins auto, solve for equality
2507 // Calculate margins, 'auto' margins are ignored.
2737 * the two margins get equal values. If one of 'margin-top' or 'margin-
2750 // Margins are now the only unknown
2752 // Both margins auto, solve for equality
2795 // Calculate margins, 'auto' margins are ignored.
2889 * margins must get equal values, unless this would make them negative,
3052 * margins must get equal values.