Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp700 LayoutRect lineLayoutOverflow = layoutOverflowRect(lineTop(), lineBottom()); in paddedLayoutOverflowRect() local
702 return lineLayoutOverflow; in paddedLayoutOverflowRect()
706lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + end… in paddedLayoutOverflowRect()
708lineLayoutOverflow.shiftXEdgeTo(min<LayoutUnit>(lineLayoutOverflow.x(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()
711lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + end… in paddedLayoutOverflowRect()
713lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()
716 return lineLayoutOverflow; in paddedLayoutOverflowRect()