KeyframedColorAnimationCurve  169 cc/animation/keyframed_animation_curve.cc scoped_ptr<KeyframedColorAnimationCurve> KeyframedColorAnimationCurve::
KeyframedColorAnimationCurve  171 cc/animation/keyframed_animation_curve.cc   return make_scoped_ptr(new KeyframedColorAnimationCurve);
KeyframedColorAnimationCurve  174 cc/animation/keyframed_animation_curve.cc KeyframedColorAnimationCurve::KeyframedColorAnimationCurve() {}
KeyframedColorAnimationCurve  176 cc/animation/keyframed_animation_curve.cc KeyframedColorAnimationCurve::~KeyframedColorAnimationCurve() {}
KeyframedColorAnimationCurve  178 cc/animation/keyframed_animation_curve.cc void KeyframedColorAnimationCurve::AddKeyframe(
KeyframedColorAnimationCurve  183 cc/animation/keyframed_animation_curve.cc double KeyframedColorAnimationCurve::Duration() const {
KeyframedColorAnimationCurve  187 cc/animation/keyframed_animation_curve.cc scoped_ptr<AnimationCurve> KeyframedColorAnimationCurve::Clone() const {
KeyframedColorAnimationCurve  188 cc/animation/keyframed_animation_curve.cc   scoped_ptr<KeyframedColorAnimationCurve> to_return(
KeyframedColorAnimationCurve  189 cc/animation/keyframed_animation_curve.cc       KeyframedColorAnimationCurve::Create());
KeyframedColorAnimationCurve  195 cc/animation/keyframed_animation_curve.cc SkColor KeyframedColorAnimationCurve::GetValue(double t) const {
KeyframedColorAnimationCurve  116 cc/animation/keyframed_animation_curve.h class CC_EXPORT KeyframedColorAnimationCurve : public ColorAnimationCurve {
KeyframedColorAnimationCurve  119 cc/animation/keyframed_animation_curve.h   static scoped_ptr<KeyframedColorAnimationCurve> Create();
KeyframedColorAnimationCurve  121 cc/animation/keyframed_animation_curve.h   virtual ~KeyframedColorAnimationCurve();
KeyframedColorAnimationCurve  133 cc/animation/keyframed_animation_curve.h   KeyframedColorAnimationCurve();
KeyframedColorAnimationCurve  139 cc/animation/keyframed_animation_curve.h   DISALLOW_COPY_AND_ASSIGN(KeyframedColorAnimationCurve);
KeyframedColorAnimationCurve   30 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedColorAnimationCurve> curve(
KeyframedColorAnimationCurve   31 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedColorAnimationCurve::Create());
KeyframedColorAnimationCurve   47 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedColorAnimationCurve> curve(
KeyframedColorAnimationCurve   48 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedColorAnimationCurve::Create());
KeyframedColorAnimationCurve   70 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedColorAnimationCurve> curve(
KeyframedColorAnimationCurve   71 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedColorAnimationCurve::Create());
KeyframedColorAnimationCurve   93 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedColorAnimationCurve> curve(
KeyframedColorAnimationCurve   94 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedColorAnimationCurve::Create());