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.h106 void shiftYEdgeTo(int edge) in shiftYEdgeTo() function
DFloatRect.h110 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.cpp410 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2); in flowThreadPortionOverflowRect()
DRenderBoxModelObject.cpp1636 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRect()
1670 sideRect.shiftYEdgeTo(sideRect.maxY() - edges[BSBottom].width - innerBorderAdjustment.y()); in paintBorderSides()
1835 innerThirdRect.shiftYEdgeTo(innerThirdRect.y() + innerWidth); in paintBorder()
1836 outerThirdRect.shiftYEdgeTo(outerThirdRect.y() + outerWidth); in paintBorder()
2267 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRectIncludingInner()
DRootInlineBox.cpp596 …lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()
DRenderBox.cpp4203 overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y())); in addLayoutOverflow()