PathSegUndefinedRole 92 Source/core/svg/SVGPathElement.cpp return SVGPathSegClosePath::create(0, PathSegUndefinedRole); PathSegUndefinedRole 97 Source/core/svg/SVGPathElement.cpp return SVGPathSegMovetoAbs::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 102 Source/core/svg/SVGPathElement.cpp return SVGPathSegMovetoRel::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 107 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoAbs::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 112 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoRel::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 117 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoCubicAbs::create(0, PathSegUndefinedRole, x, y, x1, y1, x2, y2); PathSegUndefinedRole 122 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoCubicRel::create(0, PathSegUndefinedRole, x, y, x1, y1, x2, y2); PathSegUndefinedRole 127 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoQuadraticAbs::create(0, PathSegUndefinedRole, x, y, x1, y1); PathSegUndefinedRole 132 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoQuadraticRel::create(0, PathSegUndefinedRole, x, y, x1, y1); PathSegUndefinedRole 137 Source/core/svg/SVGPathElement.cpp return SVGPathSegArcAbs::create(0, PathSegUndefinedRole, x, y, r1, r2, angle, largeArcFlag, sweepFlag); PathSegUndefinedRole 142 Source/core/svg/SVGPathElement.cpp return SVGPathSegArcRel::create(0, PathSegUndefinedRole, x, y, r1, r2, angle, largeArcFlag, sweepFlag); PathSegUndefinedRole 147 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoHorizontalAbs::create(0, PathSegUndefinedRole, x); PathSegUndefinedRole 152 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoHorizontalRel::create(0, PathSegUndefinedRole, x); PathSegUndefinedRole 157 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoVerticalAbs::create(0, PathSegUndefinedRole, y); PathSegUndefinedRole 162 Source/core/svg/SVGPathElement.cpp return SVGPathSegLinetoVerticalRel::create(0, PathSegUndefinedRole, y); PathSegUndefinedRole 167 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoCubicSmoothAbs::create(0, PathSegUndefinedRole, x, y, x2, y2); PathSegUndefinedRole 172 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoCubicSmoothRel::create(0, PathSegUndefinedRole, x, y, x2, y2); PathSegUndefinedRole 177 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoQuadraticSmoothAbs::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 182 Source/core/svg/SVGPathElement.cpp return SVGPathSegCurvetoQuadraticSmoothRel::create(0, PathSegUndefinedRole, x, y); PathSegUndefinedRole 52 Source/core/svg/SVGPathSegList.h static PassRefPtr<SVGPathSegList> create(SVGPathElement* contextElement, SVGPathSegRole role = PathSegUndefinedRole) PathSegUndefinedRole 55 Source/core/svg/SVGPathSegListBuilder.cpp , m_pathSegRole(PathSegUndefinedRole) PathSegUndefinedRole 50 Source/core/svg/SVGPathSegListBuilder.h m_pathSegRole = PathSegUndefinedRole;