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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp 47 void SVGAnimatedIntegerOptionalInteger::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
49 SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::setAnimatedValue(value);
50 m_firstInteger->setAnimatedValue(currentValue()->firstInteger());
51 m_secondInteger->setAnimatedValue(currentValue()->secondInteger());
SVGAnimatedNumberOptionalNumber.cpp 36 void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
38 SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);
39 m_firstNumber->setAnimatedValue(currentValue()->firstNumber());
40 m_secondNumber->setAnimatedValue(currentValue()->secondNumber());
SVGAnimatedAngle.cpp 62 void SVGAnimatedAngle::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
64 SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
65 m_orientType->setAnimatedValue(currentValue()->orientType());
SVGAnimatedAngle.h 56 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
SVGAnimatedIntegerOptionalInteger.h 51 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
SVGAnimatedNumberOptionalNumber.h 51 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
SVGStaticStringList.h 56 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
SVGStaticStringList.cpp 63 void SVGStaticStringList::setAnimatedValue(PassRefPtr<SVGPropertyBase>)
SVGAnimatedTypeAnimator.cpp 168 animatedProperty->setAnimatedValue(value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 56 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) = 0;
148 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase> passValue) OVERRIDE
244 virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase> value) OVERRIDE
246 SVGAnimatedPropertyCommon<Property>::setAnimatedValue(value);
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
ObjectAnimator.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 999 milliseconds