HomeSort by relevance Sort by last modified time
    Searched refs:PathSegUndefinedRole (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.h 64 PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRole);
65 PassRefPtr<SVGPathSegMovetoAbs> createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
66 PassRefPtr<SVGPathSegMovetoRel> createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
67 PassRefPtr<SVGPathSegLinetoAbs> createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
68 PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
69 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
70 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
71 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
72 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
73 PassRefPtr<SVGPathSegArcAbs> createSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role = PathSegUndefinedRole);
    [all...]
SVGPathSegList.h 51 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); }
SVGPathSegWithContext.h 38 case PathSegUndefinedRole:
63 ASSERT(m_role == PathSegUndefinedRole);
67 ASSERT(m_role != PathSegUndefinedRole);
SVGPathSeg.h 56 PathSegUndefinedRole = 2
SVGPathSegListBuilder.h 50 m_pathSegRole = PathSegUndefinedRole;
SVGPathSegListBuilder.cpp 56 , m_pathSegRole(PathSegUndefinedRole)
SVGPathElement.cpp 375 case PathSegUndefinedRole:
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 38 static_cast<SVGPathSegWithContext*>(item.get())->setContextAndRole(0, PathSegUndefinedRole);
73 static_cast<SVGPathSegWithContext*>(replacedItem.get())->setContextAndRole(0, PathSegUndefinedRole);
84 static_cast<SVGPathSegWithContext*>(removedItem.get())->setContextAndRole(0, PathSegUndefinedRole);

Completed in 325 milliseconds