HomeSort by relevance Sort by last modified time
    Searched refs:cloneForAnimation (Results 1 - 22 of 22) sorted by null

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

Completed in 143 milliseconds