Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.h107 void shiftYEdgeTo(int edge) in shiftYEdgeTo() function
DFloatRect.h112 void shiftYEdgeTo(float edge) in shiftYEdgeTo() function
DLayoutRect.h120 void shiftYEdgeTo(LayoutUnit edge) in shiftYEdgeTo() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp299 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2); in flowThreadPortionOverflowRect()
DRenderBoxModelObject.cpp1634 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRect()
1668 sideRect.shiftYEdgeTo(sideRect.maxY() - edges[BSBottom].width - innerBorderAdjustment.y()); in paintBorderSides()
1816 innerThirdRect.shiftYEdgeTo(innerThirdRect.y() + innerWidth); in paintBorder()
1817 outerThirdRect.shiftYEdgeTo(outerThirdRect.y() + outerWidth); in paintBorder()
2248 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRectIncludingInner()
DRootInlineBox.cpp713 …lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()
DRenderBox.cpp4505 overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y())); in addLayoutOverflow()