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

  /external/webkit/Source/WebCore/svg/
SVGFESpotLightElement.idl 29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
32 readonly attribute SVGAnimatedNumber pointsAtX;
33 readonly attribute SVGAnimatedNumber pointsAtY;
34 readonly attribute SVGAnimatedNumber pointsAtZ;
35 readonly attribute SVGAnimatedNumber specularExponent;
36 readonly attribute SVGAnimatedNumber limitingConeAngle;
SVGFEPointLightElement.idl 29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
SVGFEDiffuseLightingElement.idl 31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber diffuseConstant;
33 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFEDistantLightElement.idl 29 readonly attribute SVGAnimatedNumber azimuth;
30 readonly attribute SVGAnimatedNumber elevation;
SVGFESpecularLightingElement.idl 31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber specularConstant;
33 readonly attribute SVGAnimatedNumber specularExponent;
SVGAnimatedNumber.h 29 typedef SVGAnimatedStaticPropertyTearOff<float> SVGAnimatedNumber;
31 // Helper macros to declare/define a SVGAnimatedNumber object
33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedNumber, float, UpperProperty, LowerProperty)
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumber, float, UpperProperty, LowerProperty)
39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedNumber, float, UpperProperty, LowerProperty)
SVGFEOffsetElement.idl 31 readonly attribute SVGAnimatedNumber dx;
32 readonly attribute SVGAnimatedNumber dy;
SVGComponentTransferFunctionElement.idl 42 readonly attribute SVGAnimatedNumber slope;
43 readonly attribute SVGAnimatedNumber intercept;
44 readonly attribute SVGAnimatedNumber amplitude;
45 readonly attribute SVGAnimatedNumber exponent;
46 readonly attribute SVGAnimatedNumber offset;
SVGFEGaussianBlurElement.idl 31 readonly attribute SVGAnimatedNumber stdDeviationX;
32 readonly attribute SVGAnimatedNumber stdDeviationY;
SVGAnimatedNumber.idl 29 interface [Conditional=SVG] SVGAnimatedNumber {
SVGFECompositeElement.idl 45 readonly attribute SVGAnimatedNumber k1;
46 readonly attribute SVGAnimatedNumber k2;
47 readonly attribute SVGAnimatedNumber k3;
48 readonly attribute SVGAnimatedNumber k4;
SVGStopElement.idl 30 readonly attribute SVGAnimatedNumber offset;
SVGFEMorphologyElement.idl 40 readonly attribute SVGAnimatedNumber radiusX;
41 readonly attribute SVGAnimatedNumber radiusY;
SVGFEConvolveMatrixElement.idl 44 readonly attribute SVGAnimatedNumber divisor;
45 readonly attribute SVGAnimatedNumber bias;
49 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
50 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFETurbulenceElement.idl 43 readonly attribute SVGAnimatedNumber baseFrequencyX;
44 readonly attribute SVGAnimatedNumber baseFrequencyY;
46 readonly attribute SVGAnimatedNumber seed;
SVGFEDisplacementMapElement.idl 42 readonly attribute SVGAnimatedNumber scale;
SVGPathElement.idl 35 readonly attribute SVGAnimatedNumber pathLength;
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]

Completed in 219 milliseconds