KeyframedTransformAnimationCurve  261 cc/animation/keyframed_animation_curve.cc scoped_ptr<KeyframedTransformAnimationCurve> KeyframedTransformAnimationCurve::
KeyframedTransformAnimationCurve  263 cc/animation/keyframed_animation_curve.cc   return make_scoped_ptr(new KeyframedTransformAnimationCurve);
KeyframedTransformAnimationCurve  266 cc/animation/keyframed_animation_curve.cc KeyframedTransformAnimationCurve::KeyframedTransformAnimationCurve() {}
KeyframedTransformAnimationCurve  268 cc/animation/keyframed_animation_curve.cc KeyframedTransformAnimationCurve::~KeyframedTransformAnimationCurve() {}
KeyframedTransformAnimationCurve  270 cc/animation/keyframed_animation_curve.cc void KeyframedTransformAnimationCurve::AddKeyframe(
KeyframedTransformAnimationCurve  275 cc/animation/keyframed_animation_curve.cc double KeyframedTransformAnimationCurve::Duration() const {
KeyframedTransformAnimationCurve  279 cc/animation/keyframed_animation_curve.cc scoped_ptr<AnimationCurve> KeyframedTransformAnimationCurve::Clone() const {
KeyframedTransformAnimationCurve  280 cc/animation/keyframed_animation_curve.cc   scoped_ptr<KeyframedTransformAnimationCurve> to_return(
KeyframedTransformAnimationCurve  281 cc/animation/keyframed_animation_curve.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  306 cc/animation/keyframed_animation_curve.cc gfx::Transform KeyframedTransformAnimationCurve::GetValue(double t) const {
KeyframedTransformAnimationCurve  316 cc/animation/keyframed_animation_curve.cc bool KeyframedTransformAnimationCurve::AnimatedBoundsForBox(
KeyframedTransformAnimationCurve  338 cc/animation/keyframed_animation_curve.cc bool KeyframedTransformAnimationCurve::AffectsScale() const {
KeyframedTransformAnimationCurve  346 cc/animation/keyframed_animation_curve.cc bool KeyframedTransformAnimationCurve::IsTranslation() const {
KeyframedTransformAnimationCurve  355 cc/animation/keyframed_animation_curve.cc bool KeyframedTransformAnimationCurve::MaximumScale(float* max_scale) const {
KeyframedTransformAnimationCurve  168 cc/animation/keyframed_animation_curve.h class CC_EXPORT KeyframedTransformAnimationCurve
KeyframedTransformAnimationCurve  172 cc/animation/keyframed_animation_curve.h   static scoped_ptr<KeyframedTransformAnimationCurve> Create();
KeyframedTransformAnimationCurve  174 cc/animation/keyframed_animation_curve.h   virtual ~KeyframedTransformAnimationCurve();
KeyframedTransformAnimationCurve  191 cc/animation/keyframed_animation_curve.h   KeyframedTransformAnimationCurve();
KeyframedTransformAnimationCurve  197 cc/animation/keyframed_animation_curve.h   DISALLOW_COPY_AND_ASSIGN(KeyframedTransformAnimationCurve);
KeyframedTransformAnimationCurve  194 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  195 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  210 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  211 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  230 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  231 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  256 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  257 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  432 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  433 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  456 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  457 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  487 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  488 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  518 cc/animation/keyframed_animation_curve_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  519 cc/animation/keyframed_animation_curve_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve  423 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve(
KeyframedTransformAnimationCurve  424 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1377 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve1(
KeyframedTransformAnimationCurve 1378 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1391 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve2(
KeyframedTransformAnimationCurve 1392 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1427 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve3(
KeyframedTransformAnimationCurve 1428 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1694 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve1(
KeyframedTransformAnimationCurve 1695 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1711 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve2(
KeyframedTransformAnimationCurve 1712 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1749 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve1(
KeyframedTransformAnimationCurve 1750 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1766 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve2(
KeyframedTransformAnimationCurve 1767 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1799 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve1(
KeyframedTransformAnimationCurve 1800 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1816 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve2(
KeyframedTransformAnimationCurve 1817 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve 1833 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<KeyframedTransformAnimationCurve> curve3(
KeyframedTransformAnimationCurve 1834 cc/animation/layer_animation_controller_unittest.cc       KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve   19 cc/test/animation_test_common.cc using cc::KeyframedTransformAnimationCurve;
KeyframedTransformAnimationCurve   60 cc/test/animation_test_common.cc   scoped_ptr<KeyframedTransformAnimationCurve>
KeyframedTransformAnimationCurve   61 cc/test/animation_test_common.cc       curve(KeyframedTransformAnimationCurve::Create());
KeyframedTransformAnimationCurve   18 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc     : curve_(cc::KeyframedTransformAnimationCurve::Create()) {}
KeyframedTransformAnimationCurve   14 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h class KeyframedTransformAnimationCurve;
KeyframedTransformAnimationCurve   43 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h   scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_;