unionRect 1152 Source/core/rendering/RenderObject.cpp addPDFURLRect(paintInfo.context, unionRect(focusRingRects)); unionRect 629 Source/core/rendering/RenderReplaced.cpp LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect()); unionRect 293 Source/core/rendering/RenderTextControlSingleLine.cpp clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect()); unionRect 196 Source/platform/geometry/FloatRect.h inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) unionRect 203 Source/platform/geometry/FloatRect.h FloatRect unionRect(const Vector<FloatRect>&); unionRect 175 Source/platform/geometry/IntRect.h inline IntRect unionRect(const IntRect& a, const IntRect& b) unionRect 182 Source/platform/geometry/IntRect.h PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&); unionRect 184 Source/platform/geometry/LayoutRect.h inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b) unionRect 191 Source/platform/geometry/LayoutRect.h PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&); unionRect 654 Source/platform/graphics/GraphicsContext.cpp return unionRect(bounds, offsetBounds); unionRect 283 Source/platform/graphics/filters/FEComposite.cpp affectedRect = unionRect(input1Rect, inputEffect(0)->determineAbsolutePaintRect(requestedRect)); unionRect 184 Source/web/painting/PaintAggregator.cpp IntRect unionRect; unionRect 187 Source/web/painting/PaintAggregator.cpp unionRect.unite(m_update.paintRects[i]); unionRect 189 Source/web/painting/PaintAggregator.cpp int unionArea = calculateArea(unionRect); unionRect 206 Source/web/painting/PaintAggregator.cpp IntRect combinedRect = unionRect(existingRect, rect); unionRect 74 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedBounds = unionRect(r1, r2); unionRect 99 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedBounds = unionRect(r1, r2); unionRect 325 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedPaintRect = unionRect(scrollRect, paintRect); unionRect 347 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedPaintRect = unionRect(scrollRect, paintRect); unionRect 5366 Source/web/tests/WebFrameTest.cpp WebCore::IntRect repaintRect = WebCore::intersection(WebCore::IntRect(0, 0, 200, 300), WebCore::unionRect(frameView->trackedRepaintRects())); unionRect 5373 Source/web/tests/WebFrameTest.cpp repaintRect = WebCore::intersection(WebCore::IntRect(0, 0, 300, 300), WebCore::unionRect(frameView->trackedRepaintRects()));