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

  /external/webkit/Source/WebCore/svg/properties/
SVGProperty.h 28 enum SVGPropertyRole {
38 virtual SVGPropertyRole role() const = 0;
SVGPropertyTearOff.h 37 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
94 virtual SVGPropertyRole role() const { return m_role; }
97 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
122 SVGPropertyRole m_role;
SVGTransformListPropertyTearOff.h 35 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
73 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
SVGPathSegListPropertyTearOff.h 38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole)
131 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole)
SVGListPropertyTearOff.h 39 static PassRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
SVGListProperty.h 409 virtual SVGPropertyRole role() const { return m_role; }
412 SVGListProperty(SVGPropertyRole role)
422 SVGPropertyRole m_role;

Completed in 124 milliseconds