Home
last modified time | relevance | path

Searched refs:SVGPropertyRole (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGPropertyTearOff.h37 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create()
94 virtual SVGPropertyRole role() const { return m_role; } in role()
97 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff()
122 SVGPropertyRole m_role;
DSVGProperty.h28 enum SVGPropertyRole { enum
38 virtual SVGPropertyRole role() const = 0;
DSVGTransformListPropertyTearOff.h35 …Off<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create()
73 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff()
DSVGPathSegListPropertyTearOff.h38 …opertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPath… in create()
131 …SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role,… in SVGPathSegListPropertyTearOff()
DSVGListPropertyTearOff.h39 …TearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create()
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGListPropertyTearOff()
DSVGListProperty.h409 virtual SVGPropertyRole role() const { return m_role; } in role()
412 SVGListProperty(SVGPropertyRole role) in SVGListProperty()
422 SVGPropertyRole m_role;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067758 * svg/properties/SVGProperty.h: Add new virtual SVGPropertyRole role() accessor.