Searched refs:SVGPropertyRole (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGPropertyTearOff.h | 37 …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;
|
D | SVGProperty.h | 28 enum SVGPropertyRole { enum 38 virtual SVGPropertyRole role() const = 0;
|
D | SVGTransformListPropertyTearOff.h | 35 …Off<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create() 73 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff()
|
D | SVGPathSegListPropertyTearOff.h | 38 …opertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPath… in create() 131 …SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role,… in SVGPathSegListPropertyTearOff()
|
D | SVGListPropertyTearOff.h | 39 …TearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create() 113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGListPropertyTearOff()
|
D | SVGListProperty.h | 409 virtual SVGPropertyRole role() const { return m_role; } in role() 412 SVGListProperty(SVGPropertyRole role) in SVGListProperty() 422 SVGPropertyRole m_role;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 7758 * svg/properties/SVGProperty.h: Add new virtual SVGPropertyRole role() accessor.
|