FloatKeyframe      88 cc/animation/keyframed_animation_curve.cc scoped_ptr<FloatKeyframe> FloatKeyframe::Create(
FloatKeyframe      93 cc/animation/keyframed_animation_curve.cc       new FloatKeyframe(time, value, timing_function.Pass()));
FloatKeyframe      96 cc/animation/keyframed_animation_curve.cc FloatKeyframe::FloatKeyframe(double time,
FloatKeyframe     102 cc/animation/keyframed_animation_curve.cc FloatKeyframe::~FloatKeyframe() {}
FloatKeyframe     104 cc/animation/keyframed_animation_curve.cc float FloatKeyframe::Value() const {
FloatKeyframe     108 cc/animation/keyframed_animation_curve.cc scoped_ptr<FloatKeyframe> FloatKeyframe::Clone() const {
FloatKeyframe     112 cc/animation/keyframed_animation_curve.cc   return FloatKeyframe::Create(Time(), Value(), func.Pass());
FloatKeyframe     226 cc/animation/keyframed_animation_curve.cc     scoped_ptr<FloatKeyframe> keyframe) {
FloatKeyframe      54 cc/animation/keyframed_animation_curve.h class CC_EXPORT FloatKeyframe : public Keyframe {
FloatKeyframe      56 cc/animation/keyframed_animation_curve.h   static scoped_ptr<FloatKeyframe> Create(
FloatKeyframe      60 cc/animation/keyframed_animation_curve.h   virtual ~FloatKeyframe();
FloatKeyframe      64 cc/animation/keyframed_animation_curve.h   scoped_ptr<FloatKeyframe> Clone() const;
FloatKeyframe      67 cc/animation/keyframed_animation_curve.h   FloatKeyframe(double time,
FloatKeyframe     149 cc/animation/keyframed_animation_curve.h   void AddKeyframe(scoped_ptr<FloatKeyframe> keyframe);
FloatKeyframe     163 cc/animation/keyframed_animation_curve.h   ScopedPtrVector<FloatKeyframe> keyframes_;
FloatKeyframe     124 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     137 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     139 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     152 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     154 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     156 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 8.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     171 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 4.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     173 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     175 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 6.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     177 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 6.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     395 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 8.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     397 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     399 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     413 cc/animation/keyframed_animation_curve_unittest.cc   curve->AddKeyframe(FloatKeyframe::Create(
FloatKeyframe     419 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 1.f, scoped_ptr<TimingFunction>()));
FloatKeyframe     200 cc/input/top_controls_manager.cc       FloatKeyframe::Create(start_time, controls_top_offset_,
FloatKeyframe     205 cc/input/top_controls_manager.cc       FloatKeyframe::Create(start_time + kShowHideMaxDurationMs,
FloatKeyframe    1017 cc/layers/layer_unittest.cc   curve->AddKeyframe(FloatKeyframe::Create(0.0,
FloatKeyframe    1020 cc/layers/layer_unittest.cc   curve->AddKeyframe(FloatKeyframe::Create(1.0,
FloatKeyframe      17 cc/test/animation_test_common.cc using cc::FloatKeyframe;
FloatKeyframe      38 cc/test/animation_test_common.cc     curve->AddKeyframe(FloatKeyframe::Create(0.0, start_opacity, func.Pass()));
FloatKeyframe      39 cc/test/animation_test_common.cc   curve->AddKeyframe(FloatKeyframe::Create(
FloatKeyframe      32 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc   curve_->AddKeyframe(cc::FloatKeyframe::Create(
FloatKeyframe      41 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc   curve_->AddKeyframe(cc::FloatKeyframe::Create(