addRoundedRect   1625 Source/core/rendering/RenderBoxModelObject.cpp         roundedPath.addRoundedRect(outerBorder);
addRoundedRect   1791 Source/core/rendering/RenderBoxModelObject.cpp                 path.addRoundedRect(outerBorder);
addRoundedRect   1824 Source/core/rendering/RenderBoxModelObject.cpp                     path.addRoundedRect(outerThird);
addRoundedRect   1829 Source/core/rendering/RenderBoxModelObject.cpp                     path.addRoundedRect(innerThird);
addRoundedRect   1835 Source/core/rendering/RenderBoxModelObject.cpp                 path.addRoundedRect(innerBorder);
addRoundedRect    185 Source/core/rendering/RenderEmbeddedObject.cpp     path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTextRoundedRectRadius));
addRoundedRect    251 Source/core/rendering/style/BasicShapes.cpp     path.addRoundedRect(
addRoundedRect    125 Source/core/rendering/svg/SVGPathData.cpp         path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry));
addRoundedRect    694 Source/platform/graphics/GraphicsContext.cpp         path.addRoundedRect(rect);
addRoundedRect   1656 Source/platform/graphics/GraphicsContext.cpp         path.addRoundedRect(roundedHoleRect);
addRoundedRect    390 Source/platform/graphics/Path.cpp     addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
addRoundedRect    130 Source/platform/graphics/Path.h     void addRoundedRect(const FloatRect&, const FloatSize& roundingRadii);
addRoundedRect    131 Source/platform/graphics/Path.h     void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
addRoundedRect    132 Source/platform/graphics/Path.h     void addRoundedRect(const RoundedRect&);
addRoundedRect    239 Source/web/LinkHighlight.cpp             newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);