Lines Matching refs:SVGAnimatedPropertyTearOff
16688 …manual SVG <-> XML DOM synchronization. Now handles through the SVGAnimatedPropertyTearOff concept.
22104 … Convert SVGAnimatedNumber/SVGAnimatedNumberList to the new SVGAnimatedPropertyTearOff concept
22661 …* bindings/scripts/CodeGeneratorJS.pm: Include SVGAnimatedPropertyTearOff.h instead of SVGProperty…
22942 Convert SVGAnimatedEnumeration/Integer to the new SVGAnimatedPropertyTearOff concept
23097 Convert SVGAnimatedBoolean to the new SVGAnimatedPropertyTearOff concept
23100 …Convert the next SVG animated primitive type to use the SVGAnimatedPropertyTearOff concept: SVGAni…
23156 …* svg/properties/SVGAnimatedPropertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from …
29345 …The SVGAnimatedProperty<PropertyType> is a base class for SVGAnimatedPropertyTearOff and SVGAnimat…
29349 …When calling rect.x, a SVGAnimatedPropertyTearOff<SVGLength> is created, that stores a pointer to …
29427 …rties/SVGAnimatedProperty.h: Added. This is the base class for SVGAnimatedPropertyTearOff and SVGA…
29430 * svg/properties/SVGAnimatedPropertyTearOff.h: Added.