Searched defs:KeyframedColorAnimationCurve (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.h116 class CC_EXPORT KeyframedColorAnimationCurve : public ColorAnimationCurve { class in namespace:cc
119 static scoped_ptr<KeyframedColorAnimationCurve> Create();
121 virtual ~KeyframedColorAnimationCurve();
133 KeyframedColorAnimationCurve();
139 DISALLOW_COPY_AND_ASSIGN(KeyframedColorAnimationCurve);
H A Dkeyframed_animation_curve.cc161 scoped_ptr<KeyframedColorAnimationCurve> KeyframedColorAnimationCurve::
163 return make_scoped_ptr(new KeyframedColorAnimationCurve);
166 KeyframedColorAnimationCurve::KeyframedColorAnimationCurve() {} function in class:cc::KeyframedColorAnimationCurve
168 KeyframedColorAnimationCurve::~KeyframedColorAnimationCurve() {}
170 void KeyframedColorAnimationCurve::AddKeyframe(
175 double KeyframedColorAnimationCurve::Duration() const {
179 scoped_ptr<AnimationCurve> KeyframedColorAnimationCurve
[all...]

Completed in 67 milliseconds