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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 394 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
399 layoutInlineChildren(true, paintInvalidationLogicalTop, paintInvalidationLogicalBottom, afterEdge);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderBlockFlow.cpp 427 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
439 layoutInlineChildren(relayoutChildren, m_paintInvalidationLogicalTop, m_paintInvalidationLogicalBottom, afterEdge);
441 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge);
444 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
    [all...]

Completed in 154 milliseconds