Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp117 …tUnit>(fieldsetBorderBefore, legendLogicalTop + legendLogicalHeight + marginAfterForChild(legend)); in layoutSpecialExcludedChild()
119 collapsedLegendExtent = legendLogicalHeight + marginAfterForChild(legend); in layoutSpecialExcludedChild()
DRenderBlock.h236 …LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfte… in marginAfterForChild() function
DRenderBlockFlow.cpp618 setLogicalHeight(logicalHeight() + marginAfterForChild(child)); in layoutBlockChild()
1006 afterMargin = marginAfterForChild(child); in marginValuesForChild()
2383 … logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox)); in positionNewFloats()
DRenderFlexibleBox.cpp334 …icalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child); in clientLogicalBottomAfterRepositioning()
DRenderBlock.cpp4645 …tForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : La… in adjustForUnsplittableChild()
4809 return marginAfterForChild(child); in collapsedMarginAfterForChild()