TimingFunction     43 cc/animation/keyframed_animation_curve.cc scoped_ptr<TimingFunction> CloneTimingFunction(
TimingFunction     44 cc/animation/keyframed_animation_curve.cc     const TimingFunction* timing_function) {
TimingFunction     47 cc/animation/keyframed_animation_curve.cc   return scoped_ptr<TimingFunction>(
TimingFunction     48 cc/animation/keyframed_animation_curve.cc       static_cast<TimingFunction*>(curve.release()));
TimingFunction     53 cc/animation/keyframed_animation_curve.cc Keyframe::Keyframe(double time, scoped_ptr<TimingFunction> timing_function)
TimingFunction     66 cc/animation/keyframed_animation_curve.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction     73 cc/animation/keyframed_animation_curve.cc                              scoped_ptr<TimingFunction> timing_function)
TimingFunction     82 cc/animation/keyframed_animation_curve.cc   scoped_ptr<TimingFunction> func;
TimingFunction     91 cc/animation/keyframed_animation_curve.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction     98 cc/animation/keyframed_animation_curve.cc                              scoped_ptr<TimingFunction> timing_function)
TimingFunction    109 cc/animation/keyframed_animation_curve.cc   scoped_ptr<TimingFunction> func;
TimingFunction    118 cc/animation/keyframed_animation_curve.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction    125 cc/animation/keyframed_animation_curve.cc                                      scoped_ptr<TimingFunction> timing_function)
TimingFunction    136 cc/animation/keyframed_animation_curve.cc   scoped_ptr<TimingFunction> func;
TimingFunction    145 cc/animation/keyframed_animation_curve.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction    152 cc/animation/keyframed_animation_curve.cc                                scoped_ptr<TimingFunction> timing_function)
TimingFunction    163 cc/animation/keyframed_animation_curve.cc   scoped_ptr<TimingFunction> func;
TimingFunction     19 cc/animation/keyframed_animation_curve.h   const TimingFunction* timing_function() const {
TimingFunction     24 cc/animation/keyframed_animation_curve.h   Keyframe(double time, scoped_ptr<TimingFunction> timing_function);
TimingFunction     29 cc/animation/keyframed_animation_curve.h   scoped_ptr<TimingFunction> timing_function_;
TimingFunction     39 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     49 cc/animation/keyframed_animation_curve.h                 scoped_ptr<TimingFunction> timing_function);
TimingFunction     59 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     69 cc/animation/keyframed_animation_curve.h                 scoped_ptr<TimingFunction> timing_function);
TimingFunction     79 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     90 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction    100 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction    111 cc/animation/keyframed_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     33 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(0.0, color, scoped_ptr<TimingFunction>()));
TimingFunction     50 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(0.0, color_a, scoped_ptr<TimingFunction>()));
TimingFunction     52 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(1.0, color_b, scoped_ptr<TimingFunction>()));
TimingFunction     73 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(0.0, color_a, scoped_ptr<TimingFunction>()));
TimingFunction     75 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(1.0, color_b, scoped_ptr<TimingFunction>()));
TimingFunction     77 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(2.0, color_c, scoped_ptr<TimingFunction>()));
TimingFunction     96 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(0.0, color_a, scoped_ptr<TimingFunction>()));
TimingFunction     98 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(1.0, color_a, scoped_ptr<TimingFunction>()));
TimingFunction    100 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(1.0, color_b, scoped_ptr<TimingFunction>()));
TimingFunction    102 cc/animation/keyframed_animation_curve_unittest.cc       ColorKeyframe::Create(2.0, color_b, scoped_ptr<TimingFunction>()));
TimingFunction    124 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
TimingFunction    137 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
TimingFunction    139 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
TimingFunction    152 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
TimingFunction    154 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
TimingFunction    156 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 8.f, scoped_ptr<TimingFunction>()));
TimingFunction    171 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 4.f, scoped_ptr<TimingFunction>()));
TimingFunction    173 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
TimingFunction    175 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 6.f, scoped_ptr<TimingFunction>()));
TimingFunction    177 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 6.f, scoped_ptr<TimingFunction>()));
TimingFunction    199 cc/animation/keyframed_animation_curve_unittest.cc       TransformKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
TimingFunction    218 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    220 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    239 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    241 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    243 cc/animation/keyframed_animation_curve_unittest.cc       2.f, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    268 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    270 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    272 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    274 cc/animation/keyframed_animation_curve_unittest.cc       2.f, operations4, scoped_ptr<TimingFunction>()));
TimingFunction    297 cc/animation/keyframed_animation_curve_unittest.cc       FilterKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
TimingFunction    316 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    318 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    337 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    339 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    341 cc/animation/keyframed_animation_curve_unittest.cc       2.f, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    366 cc/animation/keyframed_animation_curve_unittest.cc       0.f, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    368 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    370 cc/animation/keyframed_animation_curve_unittest.cc       1.f, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    372 cc/animation/keyframed_animation_curve_unittest.cc       2.f, operations4, scoped_ptr<TimingFunction>()));
TimingFunction    395 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(2.0, 8.f, scoped_ptr<TimingFunction>()));
TimingFunction    397 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(0.0, 2.f, scoped_ptr<TimingFunction>()));
TimingFunction    399 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 4.f, scoped_ptr<TimingFunction>()));
TimingFunction    417 cc/animation/keyframed_animation_curve_unittest.cc           .PassAs<TimingFunction>()));
TimingFunction    419 cc/animation/keyframed_animation_curve_unittest.cc       FloatKeyframe::Create(1.0, 1.f, scoped_ptr<TimingFunction>()));
TimingFunction    437 cc/animation/keyframed_animation_curve_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    440 cc/animation/keyframed_animation_curve_unittest.cc       0.5, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    461 cc/animation/keyframed_animation_curve_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    466 cc/animation/keyframed_animation_curve_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    473 cc/animation/keyframed_animation_curve_unittest.cc       2.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    480 cc/animation/keyframed_animation_curve_unittest.cc       3.0, operations4, scoped_ptr<TimingFunction>()));
TimingFunction    492 cc/animation/keyframed_animation_curve_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    497 cc/animation/keyframed_animation_curve_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction    504 cc/animation/keyframed_animation_curve_unittest.cc       2.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction    511 cc/animation/keyframed_animation_curve_unittest.cc       3.0, operations4, scoped_ptr<TimingFunction>()));
TimingFunction    523 cc/animation/keyframed_animation_curve_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction    429 cc/animation/layer_animation_controller_unittest.cc       TransformKeyframe::Create(0, operations, scoped_ptr<TimingFunction>()));
TimingFunction    432 cc/animation/layer_animation_controller_unittest.cc       TransformKeyframe::Create(1, operations, scoped_ptr<TimingFunction>()));
TimingFunction    479 cc/animation/layer_animation_controller_unittest.cc       FilterKeyframe::Create(0, start_filters, scoped_ptr<TimingFunction>()));
TimingFunction    483 cc/animation/layer_animation_controller_unittest.cc       FilterKeyframe::Create(1, end_filters, scoped_ptr<TimingFunction>()));
TimingFunction    528 cc/animation/layer_animation_controller_unittest.cc       FilterKeyframe::Create(0, start_filters, scoped_ptr<TimingFunction>()));
TimingFunction    532 cc/animation/layer_animation_controller_unittest.cc       FilterKeyframe::Create(1, end_filters, scoped_ptr<TimingFunction>()));
TimingFunction   1382 cc/animation/layer_animation_controller_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1385 cc/animation/layer_animation_controller_unittest.cc       1.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1396 cc/animation/layer_animation_controller_unittest.cc       0.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1399 cc/animation/layer_animation_controller_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1433 cc/animation/layer_animation_controller_unittest.cc       0.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction   1436 cc/animation/layer_animation_controller_unittest.cc       1.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction   1699 cc/animation/layer_animation_controller_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1702 cc/animation/layer_animation_controller_unittest.cc       1.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1716 cc/animation/layer_animation_controller_unittest.cc       0.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1719 cc/animation/layer_animation_controller_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1754 cc/animation/layer_animation_controller_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1757 cc/animation/layer_animation_controller_unittest.cc       1.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1771 cc/animation/layer_animation_controller_unittest.cc       0.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1774 cc/animation/layer_animation_controller_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1804 cc/animation/layer_animation_controller_unittest.cc       0.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1807 cc/animation/layer_animation_controller_unittest.cc       1.0, operations1, scoped_ptr<TimingFunction>()));
TimingFunction   1821 cc/animation/layer_animation_controller_unittest.cc       0.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1824 cc/animation/layer_animation_controller_unittest.cc       1.0, operations2, scoped_ptr<TimingFunction>()));
TimingFunction   1838 cc/animation/layer_animation_controller_unittest.cc       0.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction   1841 cc/animation/layer_animation_controller_unittest.cc       1.0, operations3, scoped_ptr<TimingFunction>()));
TimingFunction     20 cc/animation/scroll_offset_animation_curve.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction     27 cc/animation/scroll_offset_animation_curve.cc     scoped_ptr<TimingFunction> timing_function)
TimingFunction     72 cc/animation/scroll_offset_animation_curve.cc   scoped_ptr<TimingFunction> timing_function(
TimingFunction     73 cc/animation/scroll_offset_animation_curve.cc       static_cast<TimingFunction*>(timing_function_->Clone().release()));
TimingFunction     14 cc/animation/scroll_offset_animation_curve.h class TimingFunction;
TimingFunction     20 cc/animation/scroll_offset_animation_curve.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     34 cc/animation/scroll_offset_animation_curve.h                              scoped_ptr <TimingFunction> timing_function);
TimingFunction     40 cc/animation/scroll_offset_animation_curve.h   scoped_ptr<TimingFunction> timing_function_;
TimingFunction     10 cc/animation/timing_function.cc TimingFunction::TimingFunction() {}
TimingFunction     12 cc/animation/timing_function.cc TimingFunction::~TimingFunction() {}
TimingFunction     14 cc/animation/timing_function.cc double TimingFunction::Duration() const {
TimingFunction     50 cc/animation/timing_function.cc scoped_ptr<TimingFunction> EaseTimingFunction::Create() {
TimingFunction     52 cc/animation/timing_function.cc       0.25, 0.1, 0.25, 1.0).PassAs<TimingFunction>();
TimingFunction     55 cc/animation/timing_function.cc scoped_ptr<TimingFunction> EaseInTimingFunction::Create() {
TimingFunction     57 cc/animation/timing_function.cc       0.42, 0.0, 1.0, 1.0).PassAs<TimingFunction>();
TimingFunction     60 cc/animation/timing_function.cc scoped_ptr<TimingFunction> EaseOutTimingFunction::Create() {
TimingFunction     62 cc/animation/timing_function.cc       0.0, 0.0, 0.58, 1.0).PassAs<TimingFunction>();
TimingFunction     65 cc/animation/timing_function.cc scoped_ptr<TimingFunction> EaseInOutTimingFunction::Create() {
TimingFunction     67 cc/animation/timing_function.cc       0.42, 0.0, 0.58, 1).PassAs<TimingFunction>();
TimingFunction     15 cc/animation/timing_function.h class CC_EXPORT TimingFunction : public FloatAnimationCurve {
TimingFunction     17 cc/animation/timing_function.h   virtual ~TimingFunction();
TimingFunction     27 cc/animation/timing_function.h   TimingFunction();
TimingFunction     30 cc/animation/timing_function.h   DISALLOW_ASSIGN(TimingFunction);
TimingFunction     33 cc/animation/timing_function.h class CC_EXPORT CubicBezierTimingFunction : public TimingFunction {
TimingFunction     56 cc/animation/timing_function.h   static scoped_ptr<TimingFunction> Create();
TimingFunction     64 cc/animation/timing_function.h   static scoped_ptr<TimingFunction> Create();
TimingFunction     72 cc/animation/timing_function.h   static scoped_ptr<TimingFunction> Create();
TimingFunction     80 cc/animation/timing_function.h   static scoped_ptr<TimingFunction> Create();
TimingFunction     48 cc/input/page_scale_animation.cc     scoped_ptr<TimingFunction> timing_function) {
TimingFunction     61 cc/input/page_scale_animation.cc     scoped_ptr<TimingFunction> timing_function)
TimingFunction     14 cc/input/page_scale_animation.h class TimingFunction;
TimingFunction     32 cc/input/page_scale_animation.h       scoped_ptr<TimingFunction> timing_function);
TimingFunction     76 cc/input/page_scale_animation.h                      scoped_ptr<TimingFunction> timing_function);
TimingFunction    106 cc/input/page_scale_animation.h   scoped_ptr<TimingFunction> timing_function_;
TimingFunction    201 cc/input/top_controls_manager.cc                             scoped_ptr<TimingFunction>()));
TimingFunction   1019 cc/layers/layer_unittest.cc                                            scoped_ptr<TimingFunction>()));
TimingFunction   1022 cc/layers/layer_unittest.cc                                            scoped_ptr<TimingFunction>()));
TimingFunction     20 cc/test/animation_test_common.cc using cc::TimingFunction;
TimingFunction     34 cc/test/animation_test_common.cc   scoped_ptr<TimingFunction> func;
TimingFunction     40 cc/test/animation_test_common.cc       duration, end_opacity, scoped_ptr<TimingFunction>()));
TimingFunction     65 cc/test/animation_test_common.cc         0.0, start_operations, scoped_ptr<TimingFunction>()));
TimingFunction     69 cc/test/animation_test_common.cc       duration, operations, scoped_ptr<TimingFunction>()));
TimingFunction    112 cc/test/animation_test_common.cc         0.0, start_filters, scoped_ptr<TimingFunction>()));
TimingFunction    118 cc/test/animation_test_common.cc       FilterKeyframe::Create(duration, filters, scoped_ptr<TimingFunction>()));
TimingFunction    443 cc/trees/layer_tree_host_impl.cc   scoped_ptr<TimingFunction> timing_function =
TimingFunction    444 cc/trees/layer_tree_host_impl.cc       CubicBezierTimingFunction::Create(.8, 0, .3, .9).PassAs<TimingFunction>();
TimingFunction     11 webkit/renderer/compositor_bindings/web_animation_curve_common.cc scoped_ptr<cc::TimingFunction> CreateTimingFunction(
TimingFunction     23 webkit/renderer/compositor_bindings/web_animation_curve_common.cc       return scoped_ptr<cc::TimingFunction>();
TimingFunction     25 webkit/renderer/compositor_bindings/web_animation_curve_common.cc   return scoped_ptr<cc::TimingFunction>();
TimingFunction     11 webkit/renderer/compositor_bindings/web_animation_curve_common.h namespace cc { class TimingFunction; }
TimingFunction     14 webkit/renderer/compositor_bindings/web_animation_curve_common.h scoped_ptr<cc::TimingFunction> CreateTimingFunction(
TimingFunction     48 webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc           .PassAs<cc::TimingFunction>()));
TimingFunction     45 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc           .PassAs<cc::TimingFunction>()));
TimingFunction    128 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction    158 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction    174 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction    190 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction    209 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction    224 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   scoped_ptr<cc::TimingFunction> timing_function(
TimingFunction     52 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc           .PassAs<cc::TimingFunction>()));