Home
last modified time | relevance | path

Searched refs:animVal (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedTransformListPropertyTearOff.h39 SVGProperty* animVal() in animVal() function
DSVGAnimatedStaticPropertyTearOff.h36 PropertyType& animVal() in animVal() function
DSVGAnimatedPropertyTearOff.h39 SVGProperty* animVal() in animVal() function
DSVGAnimatedPathSegListPropertyTearOff.h41 SVGProperty* animVal(SVGPathSegRole role) in animVal() function
DSVGAnimatedListPropertyTearOff.h47 SVGProperty* animVal() in animVal() function
/external/webkit/Source/WebCore/svg/
DSVGAnimatedBoolean.idl30 readonly attribute boolean animVal;
DSVGAnimatedEnumeration.idl30 readonly attribute unsigned short animVal;
DSVGAnimatedInteger.idl30 readonly attribute long animVal;
DSVGAnimatedString.idl31 readonly attribute DOMString animVal;
DSVGAnimatedTransformList.idl30 readonly attribute SVGTransformList animVal;
DSVGAnimatedLengthList.idl30 readonly attribute SVGLengthList animVal;
DSVGAnimatedLength.idl30 readonly attribute SVGLength animVal;
DSVGAnimatedNumber.idl31 readonly attribute float animVal;
DSVGAnimatedAngle.idl30 readonly attribute SVGAngle animVal;
DSVGAnimatedRect.idl30 readonly attribute SVGRect animVal;
DSVGAnimatedNumberList.idl30 readonly attribute SVGNumberList animVal;
DSVGPolyElement.cpp150 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->animVal()); in animatedPoints()
DSVGAnimatedPreserveAspectRatio.idl30 readonly attribute SVGPreserveAspectRatio animVal;
DSVGPathElement.cpp317 …return static_cast<SVGPathSegListPropertyTearOff*>(m_animatablePathSegList->animVal(PathSegUnalter… in animatedPathSegList()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067657 … * Make all animVal properties readonly, tested by types-dom-07-f.svg (from SVG 1.1 2nd edition).
9054 (WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal):
10329 (WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal):
14491 (WebCore::SVGAnimatedTransformListPropertyTearOff::animVal):
17698 test: svg/dom/baseVal-animVal-crash.html doesn't ASSERT
19318 Test: svg/dom/baseVal-animVal-crash.html
19407 … Share SVGPropertyTearOff wrapper cache between SVGAnimatedListPropertyTearOff::baseVal/animVal.
19408 …When modifying the list through baseVal, and then grabbing the animVal list an assertion was fired,
19411 Test: svg/dom/baseVal-animVal-list-crash.html
19415 (WebCore::SVGAnimatedListPropertyTearOff::animVal):
[all …]
DChangeLog-2010-01-292625 (WebCore::SVGAnimatedPropertyTearOff::animVal):
26386 … Adding a simple testcase testing the DRT methods, it will soon be extended to test animVal/baseVal
26389 Test: svg/animations/animVal-basics.html
44676 Cleanup SVGElement code, preparing for animVal support
44680 …from SVGElement. This is a further preparation for animVal support, where SynchronizablePropertyCo…
46059 …subclasses. This is a first step to working animVal support. More patches will follow that depend …
DChangeLog-2006-12-314485 the problem got visible (aka. baseVal-animVal-equality.svg broke and more)
4491 which take care, of moving "animVal" -> "baseVal" hash, and back after animation stopped.
31965 Now, animVal and baseVal are handled correctly.
DChangeLog-2005-12-194232 (KSVG::SVGAnimatedTemplate::animVal):
27018 (SVGAnimatedNumberImpl::animVal):
DChangeLog-2008-08-1032634 - JS does not see correct values for baseVal/animVal, changing values that are being