Lines Matching refs:animVal
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):
21648 …* svg/SVGAnimatedBoolean.idl: Remove StrictTypeChecking from animVal, it's readonly so this is use…
23159 (WebCore::SVGAnimatedStaticPropertyTearOff::animVal): Ditto.
29322 …Length' object exposes a baseVal (markup defined attribute value) and an animVal (reflects the cur…
29346 … two methods used in the bindings: SVGProperty* baseVal and SVGProperty* animVal. SVGProperty is a…
29347 …SVGListPropertyTearOff. Upon invocation of the baseVal/animVal methods a new SVG(List)PropertyTear…