boundingRect     1826 Source/core/dom/Range.cpp     return ClientRect::create(boundingRect());
boundingRect      130 Source/core/dom/Range.h     FloatRect boundingRect() const;
boundingRect      122 Source/core/html/HTMLAreaElement.cpp     return enclosingLayoutRect(computePath(obj).boundingRect());
boundingRect       51 Source/core/html/canvas/CanvasPathMethods.cpp     FloatRect boundRect = m_path.boundingRect();
boundingRect     1025 Source/core/html/canvas/CanvasRenderingContext2D.cpp         if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
boundingRect     1073 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect bounds = path.boundingRect();
boundingRect     1240 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect boundingRect = transformedPath.boundingRect();
boundingRect     1247 Source/core/html/canvas/CanvasRenderingContext2D.cpp     LayoutRect pathRect = enclosingLayoutRect(boundingRect);
boundingRect     1363 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect boundingRect = rect;
boundingRect     1364 Source/core/html/canvas/CanvasRenderingContext2D.cpp     boundingRect.inflate(state().m_lineWidth / 2);
boundingRect     1366 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (computeDirtyRect(boundingRect, &dirtyRect)) {
boundingRect     2400 Source/core/html/canvas/CanvasRenderingContext2D.cpp             FloatRect bounds = m_path.boundingRect();
boundingRect      104 Source/core/rendering/ClipPathOperation.h     const Path& path(const FloatRect& boundingRect)
boundingRect      109 Source/core/rendering/ClipPathOperation.h         m_shape->path(*m_path, boundingRect);
boundingRect     1371 Source/core/rendering/RenderBoxModelObject.cpp     LayoutRect boundingRect = border.rect();
boundingRect     1372 Source/core/rendering/RenderBoxModelObject.cpp     if (clipRect.contains(boundingRect))
boundingRect     1377 Source/core/rendering/RenderBoxModelObject.cpp     LayoutRect topLeftRect(boundingRect.location(), radii.topLeft());
boundingRect     1381 Source/core/rendering/RenderBoxModelObject.cpp     LayoutRect topRightRect(boundingRect.location(), radii.topRight());
boundingRect     1382 Source/core/rendering/RenderBoxModelObject.cpp     topRightRect.setX(boundingRect.maxX() - topRightRect.width());
boundingRect     1386 Source/core/rendering/RenderBoxModelObject.cpp     LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft());
boundingRect     1387 Source/core/rendering/RenderBoxModelObject.cpp     bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
boundingRect     1391 Source/core/rendering/RenderBoxModelObject.cpp     LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight());
boundingRect     1392 Source/core/rendering/RenderBoxModelObject.cpp     bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
boundingRect     1393 Source/core/rendering/RenderBoxModelObject.cpp     bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height());
boundingRect      450 Source/core/rendering/RenderImage.cpp     IntRect repaintRect = enclosingIntRect(path.boundingRect());
boundingRect      380 Source/core/rendering/svg/RenderSVGShape.cpp     return path().boundingRect();
boundingRect      162 Source/core/rendering/svg/SVGRootInlineBox.cpp     LayoutRect boundingRect = enclosingLayoutRect(childRect);
boundingRect      163 Source/core/rendering/svg/SVGRootInlineBox.cpp     parentBlock.setLocation(boundingRect.location());
boundingRect      164 Source/core/rendering/svg/SVGRootInlineBox.cpp     parentBlock.setSize(boundingRect.size());
boundingRect      179 Source/core/rendering/svg/SVGRootInlineBox.cpp     setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
boundingRect      291 Source/core/svg/SVGPathElement.cpp     return renderer->path().boundingRect();
boundingRect       81 Source/platform/graphics/Path.h     FloatRect boundingRect() const;
boundingRect      244 Source/web/LinkHighlight.cpp     FloatRect boundingRect = newPath.boundingRect();
boundingRect      245 Source/web/LinkHighlight.cpp     newPath.translate(-toFloatSize(boundingRect.location()));
boundingRect      250 Source/web/LinkHighlight.cpp         m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
boundingRect      253 Source/web/LinkHighlight.cpp     m_contentLayer->layer()->setPosition(boundingRect.location());