overflowRectForFlowThreadPortion 366 Source/core/rendering/RenderMultiColumnSet.cpp LayoutRect overflowRect = overflowRectForFlowThreadPortion(portionRect, isFirstColumn && isFirstRegion(), isLastColumn && isLastRegion()); overflowRectForFlowThreadPortion 71 Source/core/rendering/RenderRegion.cpp return overflowRectForFlowThreadPortion(flowThreadPortionRect(), isFirstRegion(), isLastRegion()); overflowRectForFlowThreadPortion 100 Source/core/rendering/RenderRegion.h LayoutRect overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, bool isFirstPortion, bool isLastPortion) const;