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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp 38 : SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>(contextElement, attributeName,
49 SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::setAnimatedValue(value);
56 SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::animationEnded();
SVGAnimatedNumberOptionalNumber.cpp 27 : SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>(contextElement, attributeName,
38 SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);
45 SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::animationEnded();
SVGAnimatedIntegerOptionalInteger.h 44 class SVGAnimatedIntegerOptionalInteger : public SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger> {
SVGAnimatedNumberOptionalNumber.h 44 class SVGAnimatedNumberOptionalNumber : public SVGAnimatedPropertyCommon<SVGNumberOptionalNumber> {
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 106 class SVGAnimatedPropertyCommon : public SVGAnimatedPropertyBase {
120 return const_cast<SVGAnimatedPropertyCommon*>(this)->currentValue();
163 SVGAnimatedPropertyCommon(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
178 class SVGAnimatedProperty : public SVGAnimatedPropertyCommon<Property> {
224 : SVGAnimatedPropertyCommon<Property>(contextElement, attributeName, initialValue)
237 class SVGAnimatedProperty<Property, TearOffType, void> : public SVGAnimatedPropertyCommon<Property> {
246 SVGAnimatedPropertyCommon<Property>::setAnimatedValue(value);
252 SVGAnimatedPropertyCommon<Property>::animationEnded();
288 : SVGAnimatedPropertyCommon<Property>(contextElement, attributeName, initialValue)

Completed in 336 milliseconds