Home
last modified time | relevance | path

Searched refs:cloneForAnimation (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyHelper.h21 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const in cloneForAnimation() function
DSVGProperty.h60 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedColor.h50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGLengthList.h56 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGTransformList.h60 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGIntegerOptionalInteger.h50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGNumberOptionalNumber.h50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGString.h57 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const OVERRIDE in cloneForAnimation() function
DSVGTransform.h71 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGEnumeration.cpp53 PassRefPtr<SVGPropertyBase> SVGEnumerationBase::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGEnumerationBase
DSVGEnumeration.h56 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGLength.h53 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGNumberOptionalNumber.cpp51 PassRefPtr<SVGPropertyBase> SVGNumberOptionalNumber::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGNumberOptionalNumber
DSVGIntegerOptionalInteger.cpp51 PassRefPtr<SVGPropertyBase> SVGIntegerOptionalInteger::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGIntegerOptionalInteger
DSVGAnimatedColor.cpp35 PassRefPtr<SVGPropertyBase> SVGColorProperty::cloneForAnimation(const String&) const in cloneForAnimation() function in blink::SVGColorProperty
DSVGPathSegList.h134 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
DSVGPathSegList.cpp66 PassRefPtr<SVGPropertyBase> SVGPathSegList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGPathSegList
DSVGTransform.cpp73 PassRefPtr<SVGPropertyBase> SVGTransform::cloneForAnimation(const String&) const in cloneForAnimation() function in blink::SVGTransform
DSVGLengthList.cpp54 PassRefPtr<SVGPropertyBase> SVGLengthList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGLengthList
DSVGAnimatedTypeAnimator.cpp79 return m_animatedProperty->currentValueBase()->cloneForAnimation(value); in createPropertyForAnimation()
DSVGTransformList.cpp252 PassRefPtr<SVGPropertyBase> SVGTransformList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGTransformList
DSVGLength.cpp138 PassRefPtr<SVGPropertyBase> SVGLength::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGLength