KeyframedFloatAnimationCurve  216 cc/animation/keyframed_animation_curve.cc scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
KeyframedFloatAnimationCurve  218 cc/animation/keyframed_animation_curve.cc   return make_scoped_ptr(new KeyframedFloatAnimationCurve);
KeyframedFloatAnimationCurve  221 cc/animation/keyframed_animation_curve.cc KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {}
KeyframedFloatAnimationCurve  223 cc/animation/keyframed_animation_curve.cc KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
KeyframedFloatAnimationCurve  225 cc/animation/keyframed_animation_curve.cc void KeyframedFloatAnimationCurve::AddKeyframe(
KeyframedFloatAnimationCurve  230 cc/animation/keyframed_animation_curve.cc double KeyframedFloatAnimationCurve::Duration() const {
KeyframedFloatAnimationCurve  234 cc/animation/keyframed_animation_curve.cc scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const {
KeyframedFloatAnimationCurve  235 cc/animation/keyframed_animation_curve.cc   scoped_ptr<KeyframedFloatAnimationCurve> to_return(
KeyframedFloatAnimationCurve  236 cc/animation/keyframed_animation_curve.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  242 cc/animation/keyframed_animation_curve.cc float KeyframedFloatAnimationCurve::GetValue(double t) const {
KeyframedFloatAnimationCurve  142 cc/animation/keyframed_animation_curve.h class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
KeyframedFloatAnimationCurve  145 cc/animation/keyframed_animation_curve.h   static scoped_ptr<KeyframedFloatAnimationCurve> Create();
KeyframedFloatAnimationCurve  147 cc/animation/keyframed_animation_curve.h   virtual ~KeyframedFloatAnimationCurve();
KeyframedFloatAnimationCurve  159 cc/animation/keyframed_animation_curve.h   KeyframedFloatAnimationCurve();
KeyframedFloatAnimationCurve  165 cc/animation/keyframed_animation_curve.h   DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve);
KeyframedFloatAnimationCurve  121 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  122 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  134 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  135 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  149 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  150 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  168 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  169 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  392 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  393 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  411 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve(
KeyframedFloatAnimationCurve  412 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve  196 cc/input/top_controls_manager.cc   top_controls_animation_ = KeyframedFloatAnimationCurve::Create();
KeyframedFloatAnimationCurve   21 cc/input/top_controls_manager.h class KeyframedFloatAnimationCurve;
KeyframedFloatAnimationCurve   46 cc/input/top_controls_manager.h   KeyframedFloatAnimationCurve* animation() {
KeyframedFloatAnimationCurve   82 cc/input/top_controls_manager.h   scoped_ptr<KeyframedFloatAnimationCurve> top_controls_animation_;
KeyframedFloatAnimationCurve 1015 cc/layers/layer_unittest.cc   scoped_ptr<KeyframedFloatAnimationCurve> curve =
KeyframedFloatAnimationCurve 1016 cc/layers/layer_unittest.cc       KeyframedFloatAnimationCurve::Create();
KeyframedFloatAnimationCurve   18 cc/test/animation_test_common.cc using cc::KeyframedFloatAnimationCurve;
KeyframedFloatAnimationCurve   31 cc/test/animation_test_common.cc   scoped_ptr<KeyframedFloatAnimationCurve>
KeyframedFloatAnimationCurve   32 cc/test/animation_test_common.cc       curve(KeyframedFloatAnimationCurve::Create());
KeyframedFloatAnimationCurve   17 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc     : curve_(cc::KeyframedFloatAnimationCurve::Create()) {}
KeyframedFloatAnimationCurve   14 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h class KeyframedFloatAnimationCurve;
KeyframedFloatAnimationCurve   44 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h   scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_;