arcTo             110 Source/core/html/canvas/CanvasPathMethods.cpp void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionState& exceptionState)
arcTo             137 Source/core/svg/SVGPathByteStreamBuilder.cpp void SVGPathByteStreamBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode)
arcTo             139 Source/core/svg/SVGPathSegListBuilder.cpp void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode)
arcTo             122 Source/core/svg/SVGPathStringBuilder.cpp void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode)