Lines Matching refs:SVGAnimatedProperty
8892 …GPathSegList is now only built on demand, when explicitely requested. Using the SVGAnimatedProperty
10167 …GPathSegList is now only built on demand, when explicitely requested. Using the SVGAnimatedProperty
16713 …perty types returned by attributes, that are not associated with a SVGAnimatedProperty. (SVGSVGEle…
19327 …(WebCore::SVGPropertyTearOff::detachWrapper): Remove association with SVGAnimatedProperty, when wr…
22120 …ial SVGNumber handling, as it's the first of the converted dynamic SVGAnimatedProperty types that'…
22656 ASSERT when SVGAnimatedProperty instance is assigned to multiple elements.
22667 * svg/properties/SVGAnimatedProperty.h:
22668 (WebCore::SVGAnimatedProperty::isAnimatedListTearOff): Return false.
22670 …to remove the passed item from its list, if its actually a list and not just a SVGAnimatedProperty.
23152 …pertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from SVGAnimatedProperty, as SVGAnim…
23153 * svg/properties/SVGAnimatedProperty.h: Remove m_baseVal/m_animVal.
23154 …(WebCore::SVGAnimatedProperty::commitChange): New method to share code between the SVGAnimated*Pro…
23156 …pertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from SVGAnimatedProperty, as SVGAnim…
23165 …(WebCore::SVGListPropertyTearOff::commitChange): Share code, use SVGAnimatedProperty::commitChange.
24927 * svg/SVGAnimatedAngle.idl: Remove [SVGAnimatedProperty] flag.
25348 * svg/SVGAnimatedAngle.idl: Remove [SVGAnimatedProperty] flag.
27171 * svg/SVGAnimatedAngle.idl: Mark as [SVGAnimatedProperty].
28030 …Further preparations to deploy the new SVGAnimatedProperty concept for the rest of the SVG datatyp…
28036 …nd expanded by their content, as soon as the transition to the new SVGAnimatedProperty concept is …
28040 * svg/properties/SVGAnimatedProperty.h:
28041 (WebCore::SVGAnimatedProperty::lookupOrCreateWrapper):
28042 (WebCore::SVGAnimatedProperty::lookupWrapper):
29306 …Redesign SVGAnimatedProperty concept to share "POD type wrappers" between all bindings (-> add Obj…
29335 …The new SVGAnimatedProperty concept removes the need for JSSVGPODTypeWrapper (and friends like JSS…
29339 …A new refcounted SVGAnimatedProperty<PropertyType> template class is available, that stores a Qual…
29342 …rs, and offer a new "xAnimated()" method which looks up or creates a SVGAnimatedProperty<SVGLength>
29345 …The SVGAnimatedProperty<PropertyType> is a base class for SVGAnimatedPropertyTearOff and SVGAnimat…
29346 …SVGAnimatedProperty contains two methods used in the bindings: SVGProperty* baseVal and SVGPropert…
29389 …andling for SVGLength/SVGLengthList, those are converted to the new SVGAnimatedProperty design now.
29392 * svg/SVGAnimatedLength.idl: Mark as [SVGAnimatedProperty].
29394 * svg/SVGAnimatedLengthList.idl: Mark as [SVGAnimatedProperty].
29427 …* svg/properties/SVGAnimatedProperty.h: Added. This is the base class for SVGAnimatedPropertyTearO…
29791 Rename SVGAnimatedProperty* -> DeprecatedSVGAnimatedProperty*
30250 Rename SVGAnimatedProperty* -> DeprecatedSVGAnimatedProperty*
30253 … Prepare fixing bug 47905, redesigning SVGAnimatedProperty. As we're going to move type by type
30264 * svg/DeprecatedSVGAnimatedProperty.h: Copied from svg/SVGAnimatedProperty.h.
30282 * svg/SVGAnimatedProperty.h: Removed.