Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginEndForChild

518                 totalLogicalWidth += marginStartForChild(renderBox) + marginEndForChild(renderBox);
1983 int replacedLogicalWidth = logicalWidthForChild(replacedBox) + marginStartForChild(replacedBox) + marginEndForChild(replacedBox) + inlineLogicalWidth(o);