Searched defs:afterEdge (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.cpp394 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); local
399 layoutInlineChildren(true, paintInvalidationLogicalTop, paintInvalidationLogicalBottom, afterEdge);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1503 void RenderBlockFlow::layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutUnit afterEdge) argument
1592 setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + afterEdge); local
H A DRenderBlockFlow.cpp427 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); local
439 layoutInlineChildren(relayoutChildren, m_paintInvalidationLogicalTop, m_paintInvalidationLogicalBottom, afterEdge);
441 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge);
444 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
1027 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope& layoutScope, LayoutUnit beforeEdge, LayoutUnit afterEdge) argument
1032 MarginInfo marginInfo(this, beforeEdge, afterEdge);
1074 handleAfterSideOfBlock(lastNormalFlowChild, beforeEdge, afterEdge, marginInfo);

Completed in 217 milliseconds