Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp532 IntRect lineLayoutOverflow = layoutOverflowRect(lineTop(), lineBottom()); in paddedLayoutOverflowRect() local
534 return lineLayoutOverflow; in paddedLayoutOverflowRect()
538lineLayoutOverflow.shiftMaxXEdgeTo(max(lineLayoutOverflow.maxX(), pixelSnappedLogicalRight() + end… in paddedLayoutOverflowRect()
540lineLayoutOverflow.shiftXEdgeTo(min(lineLayoutOverflow.x(), pixelSnappedLogicalLeft() - endPadding… in paddedLayoutOverflowRect()
543lineLayoutOverflow.shiftMaxYEdgeTo(max(lineLayoutOverflow.maxY(), pixelSnappedLogicalRight() + end… in paddedLayoutOverflowRect()
545lineLayoutOverflow.shiftYEdgeTo(min(lineLayoutOverflow.y(), pixelSnappedLogicalLeft() - endPadding… in paddedLayoutOverflowRect()
548 return lineLayoutOverflow; in paddedLayoutOverflowRect()