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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.h 14 class KeyframedFloatAnimationCurve;
44 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_;
web_float_animation_curve_impl.cc 17 : curve_(cc::KeyframedFloatAnimationCurve::Create()) {}
  /external/chromium_org/cc/input/
top_controls_manager.h 21 class KeyframedFloatAnimationCurve;
46 KeyframedFloatAnimationCurve* animation() {
77 scoped_ptr<KeyframedFloatAnimationCurve> top_controls_animation_;
top_controls_manager.cc 175 top_controls_animation_ = KeyframedFloatAnimationCurve::Create();
  /external/chromium_org/cc/animation/
keyframed_animation_curve.h 96 class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
99 static scoped_ptr<KeyframedFloatAnimationCurve> Create();
101 virtual ~KeyframedFloatAnimationCurve();
113 KeyframedFloatAnimationCurve();
119 DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve);
keyframed_animation_curve.cc 129 scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
131 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
134 KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {}
136 KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
138 void KeyframedFloatAnimationCurve::AddKeyframe(
143 double KeyframedFloatAnimationCurve::Duration() const {
147 scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const
    [all...]
keyframed_animation_curve_unittest.cc 26 scoped_ptr<KeyframedFloatAnimationCurve> curve(
27 KeyframedFloatAnimationCurve::Create());
39 scoped_ptr<KeyframedFloatAnimationCurve> curve(
40 KeyframedFloatAnimationCurve::Create());
54 scoped_ptr<KeyframedFloatAnimationCurve> curve(
55 KeyframedFloatAnimationCurve::Create());
73 scoped_ptr<KeyframedFloatAnimationCurve> curve(
74 KeyframedFloatAnimationCurve::Create());
297 scoped_ptr<KeyframedFloatAnimationCurve> curve(
298 KeyframedFloatAnimationCurve::Create())
    [all...]
  /external/chromium_org/cc/test/
animation_test_common.cc 18 using cc::KeyframedFloatAnimationCurve;
31 scoped_ptr<KeyframedFloatAnimationCurve>
32 curve(KeyframedFloatAnimationCurve::Create());
  /external/chromium_org/cc/layers/
layer_unittest.cc     [all...]

Completed in 144 milliseconds