Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h75 LayoutUnit top() const { return topLeftLocation().y(); } in top()
76 LayoutUnit left() const { return topLeftLocation().x(); } in left()
548 LayoutPoint topLeftLocation() const;
DRenderFlowThread.cpp483 top += toRenderBox(&boxModelObject)->topLeftLocation().y(); in adjustedPositionRelativeToOffsetParent()
DRenderBox.cpp4787 return adjustedPositionRelativeToOffsetParent(topLeftLocation()).x(); in offsetLeft()
4792 return adjustedPositionRelativeToOffsetParent(topLeftLocation()).y(); in offsetTop()
4864 LayoutPoint RenderBox::topLeftLocation() const in topLeftLocation() function in WebCore::RenderBox
DRenderBoxModelObject.cpp305 referencePoint.moveBy(toRenderBox(current)->topLeftLocation()); in adjustedPositionRelativeToOffsetParent()
315 referencePoint.moveBy(toRenderBox(offsetParent)->topLeftLocation()); in adjustedPositionRelativeToOffsetParent()