Searched refs:SVGAnimatedLength (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGRadialGradientElement.idl29 readonly attribute SVGAnimatedLength cx;
30 readonly attribute SVGAnimatedLength cy;
31 readonly attribute SVGAnimatedLength r;
32 readonly attribute SVGAnimatedLength fx;
33 readonly attribute SVGAnimatedLength fy;
34 readonly attribute SVGAnimatedLength fr;
H A DSVGLinearGradientElement.idl29 readonly attribute SVGAnimatedLength x1;
30 readonly attribute SVGAnimatedLength y1;
31 readonly attribute SVGAnimatedLength x2;
32 readonly attribute SVGAnimatedLength y2;
H A DSVGRectElement.idl34 readonly attribute SVGAnimatedLength x;
35 readonly attribute SVGAnimatedLength y;
36 readonly attribute SVGAnimatedLength width;
37 readonly attribute SVGAnimatedLength height;
38 readonly attribute SVGAnimatedLength rx;
39 readonly attribute SVGAnimatedLength ry;
H A DSVGCircleElement.idl34 readonly attribute SVGAnimatedLength cx;
35 readonly attribute SVGAnimatedLength cy;
36 readonly attribute SVGAnimatedLength r;
H A DSVGEllipseElement.idl33 readonly attribute SVGAnimatedLength cx;
34 readonly attribute SVGAnimatedLength cy;
35 readonly attribute SVGAnimatedLength rx;
36 readonly attribute SVGAnimatedLength ry;
H A DSVGFilterPrimitiveStandardAttributes.idl32 readonly attribute SVGAnimatedLength x;
33 readonly attribute SVGAnimatedLength y;
34 readonly attribute SVGAnimatedLength width;
35 readonly attribute SVGAnimatedLength height;
H A DSVGForeignObjectElement.idl33 readonly attribute SVGAnimatedLength x;
34 readonly attribute SVGAnimatedLength y;
35 readonly attribute SVGAnimatedLength width;
36 readonly attribute SVGAnimatedLength height;
H A DSVGLineElement.idl33 readonly attribute SVGAnimatedLength x1;
34 readonly attribute SVGAnimatedLength y1;
35 readonly attribute SVGAnimatedLength x2;
36 readonly attribute SVGAnimatedLength y2;
H A DSVGCursorElement.idl32 readonly attribute SVGAnimatedLength x;
33 readonly attribute SVGAnimatedLength y;
H A DSVGImageElement.idl34 readonly attribute SVGAnimatedLength x;
35 readonly attribute SVGAnimatedLength y;
36 readonly attribute SVGAnimatedLength width;
37 readonly attribute SVGAnimatedLength height;
H A DSVGMaskElement.idl35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
H A DSVGPatternElement.idl38 readonly attribute SVGAnimatedLength x;
39 readonly attribute SVGAnimatedLength y;
40 readonly attribute SVGAnimatedLength width;
41 readonly attribute SVGAnimatedLength height;
H A DSVGUseElement.idl34 readonly attribute SVGAnimatedLength x;
35 readonly attribute SVGAnimatedLength y;
36 readonly attribute SVGAnimatedLength width;
37 readonly attribute SVGAnimatedLength height;
H A DSVGAnimatedLength.idl29 ] interface SVGAnimatedLength {
H A DSVGFilterElement.idl36 readonly attribute SVGAnimatedLength x;
37 readonly attribute SVGAnimatedLength y;
38 readonly attribute SVGAnimatedLength width;
39 readonly attribute SVGAnimatedLength height;
H A DSVGMarkerElement.idl42 readonly attribute SVGAnimatedLength refX;
43 readonly attribute SVGAnimatedLength refY;
45 readonly attribute SVGAnimatedLength markerWidth;
46 readonly attribute SVGAnimatedLength markerHeight;
H A DSVGSVGElement.idl35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
H A DSVGTextPathElement.idl40 readonly attribute SVGAnimatedLength startOffset;
H A DSVGAnimatedLength.h30 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength; typedef in namespace:WebCore
32 // Helper macros to declare/define a SVGAnimatedLength object
34 DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
H A DSVGAnimatedLength.cpp23 #include "SVGAnimatedLength.h"
50 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes));
55 stopAnimValAnimationForType<SVGAnimatedLength>(animatedTypes);
60 resetFromBaseValue<SVGAnimatedLength>(animatedTypes, type, &SVGAnimatedType::length);
65 animValWillChangeForType<SVGAnimatedLength>(animatedTypes);
70 animValDidChangeForType<SVGAnimatedLength>(animatedTypes);
H A DSVGTextContentElement.idl37 readonly attribute SVGAnimatedLength textLength;
H A DSVGTextContentElement.cpp91 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGTextContentElement, SVGAnimatedLength, SVGLength>
95 PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLengthAnimated()
102 return static_pointer_cast<SVGAnimatedLength>(lookupOrCreateTextLengthWrapper(this));
H A DSVGTextContentElement.h27 #include "SVGAnimatedLength.h"
97 PassRefPtr<SVGAnimatedLength> textLengthAnimated();

Completed in 100 milliseconds