Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginAfterForChild

2106         setLogicalHeight(logicalHeight() + marginAfterForChild(child));
3380 setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
6079 int childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : 0);
6168 return marginAfterForChild(child);
6187 int RenderBlock::marginAfterForChild(RenderBoxModelObject* child) const
6323 afterMargin = marginAfterForChild(child);