Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedListPropertyTearOff.h57 virtual ListProperty* animVal() in animVal() function
109 ListProperty* animVal = static_cast<ListProperty*>(this->animVal()); variable
110 animVal->setValuesAndWrappers(newAnimVal, &m_animatedWrappers, shouldOwnValues);
111 ASSERT(animVal->values().size() == animVal->wrappers().size());
112 ASSERT(animVal->wrappers().size() == m_animatedWrappers.size());
123 ListProperty* animVal = static_cast<ListProperty*>(m_animVal.get()); in animationEnded() local
124 ASSERT(animVal->values().size() == animVal->wrappers().size()); in animationEnded()
125 ASSERT(animVal->wrappers().size() == m_animatedWrappers.size()); in animationEnded()
127 animVal->setValuesAndWrappers(&m_values, &m_wrappers, false); in animationEnded()
128 ASSERT(animVal->values().size() == animVal->wrappers().size()); in animationEnded()
[all …]
DSVGAnimatedPropertyTearOff.h54 PropertyTearOff* animVal() in animVal() function
83 animVal()->setValue(*newAnimVal); in animationStarted()
DSVGAnimatedTransformListPropertyTearOff.h38 virtual SVGListPropertyTearOff<SVGTransformList>* animVal() in animVal() function
DSVGAnimatedStaticPropertyTearOff.h39 PropertyType& animVal() in animVal() function
DSVGAnimatedPathSegListPropertyTearOff.h41 virtual SVGListProperty<SVGPathSegList>* animVal() in animVal() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedInteger.idl28 readonly attribute long animVal;
DSVGAnimatedPreserveAspectRatio.idl28 readonly attribute SVGPreserveAspectRatio animVal;
DSVGAnimatedLengthList.idl28 readonly attribute SVGLengthList animVal;
DSVGAnimatedString.idl28 readonly attribute DOMString animVal;
DSVGAnimatedNumberList.idl28 readonly attribute SVGNumberList animVal;
DSVGAnimatedAngle.idl28 readonly attribute SVGAngle animVal;
DSVGAnimatedBoolean.idl28 readonly attribute boolean animVal;
DSVGAnimatedTransformList.idl28 readonly attribute SVGTransformList animVal;
DSVGAnimatedRect.idl28 readonly attribute SVGRect animVal;
DSVGAnimatedLength.idl28 readonly attribute SVGLength animVal;
DSVGAnimatedEnumeration.idl28 readonly attribute unsigned short animVal;
DSVGAnimatedNumber.idl29 readonly attribute float animVal;
DSVGPolyElement.cpp162 …ntList>*>(static_pointer_cast<SVGAnimatedPointList>(lookupOrCreatePointsWrapper(this))->animVal()); in animatedPoints()
DSVGViewSpec.cpp153 …*>(static_pointer_cast<SVGAnimatedTransformList>(lookupOrCreateTransformWrapper(this))->animVal()); in transform()
DSVGPathElement.cpp349 …atic_pointer_cast<SVGAnimatedPathSegListPropertyTearOff>(lookupOrCreateDWrapper(this))->animVal()); in animatedPathSegList()