Searched refs:marginAfterForChild (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.cpp119 collapsedLegendExtent = max<LayoutUnit>(fieldsetBorderBefore, legendLogicalTop + legendLogicalHeight + marginAfterForChild(legend));
121 collapsedLegendExtent = legendLogicalHeight + marginAfterForChild(legend);
H A DRenderBlock.h222 LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfter(style()); } function in class:blink::RenderBlock
H A DRenderBlockFlow.cpp667 setLogicalHeight(logicalHeight() + marginAfterForChild(child));
881 LayoutUnit childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : LayoutUnit());
1148 afterMargin = marginAfterForChild(child);
2469 setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
H A DRenderFlexibleBox.cpp306 LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child);
H A DRenderBlock.cpp4146 return marginAfterForChild(child);

Completed in 505 milliseconds