SegmentList 55 Source/core/rendering/shapes/BoxShape.cpp void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const SegmentList 48 Source/core/rendering/shapes/BoxShape.h virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; SegmentList 58 Source/core/rendering/shapes/BoxShapeTest.cpp SegmentList result; \ SegmentList 69 Source/core/rendering/shapes/BoxShapeTest.cpp SegmentList result; \ SegmentList 322 Source/core/rendering/shapes/PolygonShape.cpp void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const SegmentList 94 Source/core/rendering/shapes/PolygonShape.h virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; SegmentList 135 Source/core/rendering/shapes/RasterShape.cpp void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const SegmentList 92 Source/core/rendering/shapes/RasterShape.h virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; SegmentList 56 Source/core/rendering/shapes/RectangleShape.cpp void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const SegmentList 53 Source/core/rendering/shapes/RectangleShape.h virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; SegmentList 72 Source/core/rendering/shapes/Shape.h virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0; SegmentList 148 Source/core/rendering/shapes/ShapeInfo.cpp SegmentList ShapeInfo<RenderType>::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const SegmentList 151 Source/core/rendering/shapes/ShapeInfo.cpp SegmentList segments; SegmentList 73 Source/core/rendering/shapes/ShapeInfo.h SegmentList computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const; SegmentList 102 Source/core/rendering/shapes/ShapeInfo.h virtual void getIntervals(LayoutUnit, LayoutUnit, SegmentList&) const = 0; SegmentList 71 Source/core/rendering/shapes/ShapeOutsideInfo.cpp SegmentList segments = computeSegmentsForLine(borderBoxLineTop, lineHeight); SegmentList 66 Source/core/rendering/shapes/ShapeOutsideInfo.h virtual void getIntervals(LayoutUnit lineTop, LayoutUnit lineHeight, SegmentList& segments) const OVERRIDE