Home
last modified time | relevance | path

Searched refs:pathSegRole (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGPathSegListPropertyTearOff.h38 …te(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole) in create() argument
41 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole)); in create()
131 …ff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole) in SVGPathSegListPropertyTearOff() argument
134 , m_pathSegRole(pathSegRole) in SVGPathSegListPropertyTearOff()
/external/webkit/Source/WebCore/svg/
DSVGPathSegListBuilder.h41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; } in setCurrentSVGPathSegRole() argument