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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.idl 31 readonly attribute SVGAngle animVal;
SVGAnimatedBoolean.idl 32 readonly attribute boolean animVal;
SVGAnimatedInteger.idl 32 readonly attribute long animVal;
SVGAnimatedLength.idl 31 readonly attribute SVGLength animVal;
SVGAnimatedLengthList.idl 31 readonly attribute SVGLengthList animVal;
SVGAnimatedNumber.idl 33 readonly attribute float animVal;
SVGAnimatedNumberList.idl 31 readonly attribute SVGNumberList animVal;
SVGAnimatedPreserveAspectRatio.idl 31 readonly attribute SVGPreserveAspectRatio animVal;
SVGAnimatedRect.idl 31 readonly attribute SVGRect animVal;
SVGAnimatedString.idl 31 readonly attribute DOMString animVal;
SVGAnimatedTransformList.idl 31 readonly attribute SVGTransformList animVal;
SVGAnimatedEnumeration.idl 33 readonly attribute unsigned short animVal;
SVGPolyElement.h 36 PassRefPtr<SVGPointListTearOff> animatedPoints() { return m_points->animVal(); }
SVGPathElement.h 87 SVGPathSegListTearOff* animatedPathSegList() { return m_pathSegList->animVal(); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 175 // This is for classes which return primitive type for its "animVal".
195 // baseVal()/setBaseVal()/animVal() are only to be used from SVG DOM implementation.
217 PrimitiveType animVal()
234 // This is for classes which return special type for its "animVal".
265 // baseVal()/animVal() are only to be used from SVG DOM implementation.
278 TearOffType* animVal()

Completed in 1454 milliseconds