Searched refs:animVal (Results 1 – 24 of 24) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedTransformListPropertyTearOff.h | 39 SVGProperty* animVal() in animVal() function
|
D | SVGAnimatedStaticPropertyTearOff.h | 36 PropertyType& animVal() in animVal() function
|
D | SVGAnimatedPropertyTearOff.h | 39 SVGProperty* animVal() in animVal() function
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 41 SVGProperty* animVal(SVGPathSegRole role) in animVal() function
|
D | SVGAnimatedListPropertyTearOff.h | 47 SVGProperty* animVal() in animVal() function
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimatedBoolean.idl | 30 readonly attribute boolean animVal;
|
D | SVGAnimatedEnumeration.idl | 30 readonly attribute unsigned short animVal;
|
D | SVGAnimatedInteger.idl | 30 readonly attribute long animVal;
|
D | SVGAnimatedString.idl | 31 readonly attribute DOMString animVal;
|
D | SVGAnimatedTransformList.idl | 30 readonly attribute SVGTransformList animVal;
|
D | SVGAnimatedLengthList.idl | 30 readonly attribute SVGLengthList animVal;
|
D | SVGAnimatedLength.idl | 30 readonly attribute SVGLength animVal;
|
D | SVGAnimatedNumber.idl | 31 readonly attribute float animVal;
|
D | SVGAnimatedAngle.idl | 30 readonly attribute SVGAngle animVal;
|
D | SVGAnimatedRect.idl | 30 readonly attribute SVGRect animVal;
|
D | SVGAnimatedNumberList.idl | 30 readonly attribute SVGNumberList animVal;
|
D | SVGPolyElement.cpp | 150 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->animVal()); in animatedPoints()
|
D | SVGAnimatedPreserveAspectRatio.idl | 30 readonly attribute SVGPreserveAspectRatio animVal;
|
D | SVGPathElement.cpp | 317 …return static_cast<SVGPathSegListPropertyTearOff*>(m_animatablePathSegList->animVal(PathSegUnalter… in animatedPathSegList()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 7657 … * 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 …]
|
D | ChangeLog-2010-01-29 | 2625 (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 …
|
D | ChangeLog-2006-12-31 | 4485 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.
|
D | ChangeLog-2005-12-19 | 4232 (KSVG::SVGAnimatedTemplate::animVal): 27018 (SVGAnimatedNumberImpl::animVal):
|
D | ChangeLog-2008-08-10 | 32634 - JS does not see correct values for baseVal/animVal, changing values that are being
|