computedShape      97 Source/core/rendering/shapes/ShapeInfo.h     const Shape& computedShape() const;
computedShape      54 Source/core/rendering/shapes/ShapeOutsideInfo.h         return computedShape().lineOverlapsShapeMarginBounds(m_referenceBoxLineTop, m_lineHeight);
computedShape      64 Source/core/rendering/shapes/ShapeOutsideInfo.h     virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape().shapeMarginLogicalBoundingBox(); }
computedShape      68 Source/core/rendering/shapes/ShapeOutsideInfo.h         return computedShape().getExcludedIntervals(lineTop, lineHeight, segments);