Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInfo.h104 …LayoutUnit shapeLogicalTop() const { return computedShapeLogicalBoundingBox().y() + logicalTopOffs… in shapeLogicalTop()
105 …LayoutUnit shapeLogicalBottom() const { return computedShapeLogicalBoundingBox().maxY() + logicalT… in shapeLogicalBottom()
106 …LayoutUnit shapeLogicalLeft() const { return computedShapeLogicalBoundingBox().x() + logicalLeftOf… in shapeLogicalLeft()
107 …LayoutUnit shapeLogicalRight() const { return computedShapeLogicalBoundingBox().maxX() + logicalLe… in shapeLogicalRight()
108 LayoutUnit shapeLogicalWidth() const { return computedShapeLogicalBoundingBox().width(); } in shapeLogicalWidth()
109 LayoutUnit shapeLogicalHeight() const { return computedShapeLogicalBoundingBox().height(); } in shapeLogicalHeight()
128 virtual LayoutRect computedShapeLogicalBoundingBox() const = 0;
DShapeOutsideInfo.h58 …virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shap… in computedShapeLogicalBoundingBox() function
DShapeInsideInfo.h103 …virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shap… in computedShapeLogicalBoundingBox() function