/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPropertyHelper.h | 21 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const in cloneForAnimation() function
|
D | SVGProperty.h | 60 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedColor.h | 50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGLengthList.h | 56 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGTransformList.h | 60 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGIntegerOptionalInteger.h | 50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGNumberOptionalNumber.h | 50 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGString.h | 57 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String& value) const OVERRIDE in cloneForAnimation() function
|
D | SVGTransform.h | 71 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGEnumeration.cpp | 53 PassRefPtr<SVGPropertyBase> SVGEnumerationBase::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGEnumerationBase
|
D | SVGEnumeration.h | 56 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGLength.h | 53 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGNumberOptionalNumber.cpp | 51 PassRefPtr<SVGPropertyBase> SVGNumberOptionalNumber::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGNumberOptionalNumber
|
D | SVGIntegerOptionalInteger.cpp | 51 PassRefPtr<SVGPropertyBase> SVGIntegerOptionalInteger::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGIntegerOptionalInteger
|
D | SVGAnimatedColor.cpp | 35 PassRefPtr<SVGPropertyBase> SVGColorProperty::cloneForAnimation(const String&) const in cloneForAnimation() function in blink::SVGColorProperty
|
D | SVGPathSegList.h | 134 virtual PassRefPtr<SVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
|
D | SVGPathSegList.cpp | 66 PassRefPtr<SVGPropertyBase> SVGPathSegList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGPathSegList
|
D | SVGTransform.cpp | 73 PassRefPtr<SVGPropertyBase> SVGTransform::cloneForAnimation(const String&) const in cloneForAnimation() function in blink::SVGTransform
|
D | SVGLengthList.cpp | 54 PassRefPtr<SVGPropertyBase> SVGLengthList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGLengthList
|
D | SVGAnimatedTypeAnimator.cpp | 79 return m_animatedProperty->currentValueBase()->cloneForAnimation(value); in createPropertyForAnimation()
|
D | SVGTransformList.cpp | 252 PassRefPtr<SVGPropertyBase> SVGTransformList::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGTransformList
|
D | SVGLength.cpp | 138 PassRefPtr<SVGPropertyBase> SVGLength::cloneForAnimation(const String& value) const in cloneForAnimation() function in blink::SVGLength
|