HomeSort by relevance Sort by last modified time
    Searched refs:afterEdge (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 395 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
400 layoutInlineChildren(true, repaintLogicalTop, repaintLogicalBottom, afterEdge);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 202 void layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom, LayoutUnit afterEdge);
231 void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutUnit beforeEdge, LayoutUnit afterEdge);
RenderBlockFlow.cpp 372 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
384 layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom, afterEdge);
386 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge);
389 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
390 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 610 milliseconds