Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginAfterForChild

2091         setLogicalHeight(logicalHeight() + marginAfterForChild(child));
3361 setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
6053 int childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : 0);
6142 return marginAfterForChild(child);
6161 int RenderBlock::marginAfterForChild(RenderBoxModelObject* child) const
6297 afterMargin = marginAfterForChild(child);