Searched refs:topLeftLocation (Results 1 – 4 of 4) sorted by relevance
75 LayoutUnit top() const { return topLeftLocation().y(); } in top()76 LayoutUnit left() const { return topLeftLocation().x(); } in left()548 LayoutPoint topLeftLocation() const;
483 top += toRenderBox(&boxModelObject)->topLeftLocation().y(); in adjustedPositionRelativeToOffsetParent()
4787 return adjustedPositionRelativeToOffsetParent(topLeftLocation()).x(); in offsetLeft()4792 return adjustedPositionRelativeToOffsetParent(topLeftLocation()).y(); in offsetTop()4864 LayoutPoint RenderBox::topLeftLocation() const in topLeftLocation() function in WebCore::RenderBox
305 referencePoint.moveBy(toRenderBox(current)->topLeftLocation()); in adjustedPositionRelativeToOffsetParent()315 referencePoint.moveBy(toRenderBox(offsetParent)->topLeftLocation()); in adjustedPositionRelativeToOffsetParent()