getExcludedIntervals   48 Source/core/rendering/shapes/BoxShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
getExcludedIntervals   59 Source/core/rendering/shapes/BoxShapeTest.cpp     shapePtr->getExcludedIntervals(lineTop, lineHeight, result);                           \
getExcludedIntervals   70 Source/core/rendering/shapes/BoxShapeTest.cpp     shapePtr->getExcludedIntervals(lineTop, lineHeight, result); \
getExcludedIntervals   94 Source/core/rendering/shapes/PolygonShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
getExcludedIntervals   92 Source/core/rendering/shapes/RasterShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
getExcludedIntervals   53 Source/core/rendering/shapes/RectangleShape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
getExcludedIntervals   72 Source/core/rendering/shapes/Shape.h     virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
getExcludedIntervals   68 Source/core/rendering/shapes/ShapeOutsideInfo.h         return computedShape().getExcludedIntervals(lineTop, lineHeight, segments);