Home | History | Annotate | Download | only in rendering

Lines Matching refs:topMargin

5932         int topMargin = prevInlineHasLineBox ? collapsedMarginBefore() : 0;
5934 IntRect rect(tx, ty - topMargin, width(), height() + topMargin + bottomMargin);