Searched refs:afterEdge (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.cpp395 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); local
400 layoutInlineChildren(true, repaintLogicalTop, repaintLogicalBottom, afterEdge);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h202 void layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom, LayoutUnit afterEdge);
231 void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutUnit beforeEdge, LayoutUnit afterEdge);
H A DRenderBlockFlow.cpp372 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); local
384 layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom, afterEdge);
386 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge);
389 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
390 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
885 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope& layoutScope, LayoutUnit beforeEdge, LayoutUnit afterEdge) argument
890 MarginInfo marginInfo(this, beforeEdge, afterEdge);
932 handleAfterSideOfBlock(lastNormalFlowChild, beforeEdge, afterEdge, marginInfo);
H A DRenderBlockLineLayout.cpp1655 void RenderBlockFlow::layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom, LayoutUnit afterEdge) argument
1740 setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + afterEdge); local

Completed in 468 milliseconds