TransformOperations   24 cc/animation/animation_curve.h class TransformOperations;
TransformOperations  117 cc/animation/keyframed_animation_curve.cc     const TransformOperations& value,
TransformOperations  124 cc/animation/keyframed_animation_curve.cc                                      const TransformOperations& value,
TransformOperations  131 cc/animation/keyframed_animation_curve.cc const TransformOperations& TransformKeyframe::Value() const {
TransformOperations   78 cc/animation/keyframed_animation_curve.h       const TransformOperations& value,
TransformOperations   82 cc/animation/keyframed_animation_curve.h   const TransformOperations& Value() const;
TransformOperations   89 cc/animation/keyframed_animation_curve.h       const TransformOperations& value,
TransformOperations   92 cc/animation/keyframed_animation_curve.h   TransformOperations value_;
TransformOperations  196 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations;
TransformOperations  212 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  214 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  232 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  234 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  236 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations3;
TransformOperations  259 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  261 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  263 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations3;
TransformOperations  265 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations4;
TransformOperations  435 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  441 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  459 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  463 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  470 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations3;
TransformOperations  477 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations4;
TransformOperations  490 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  494 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  501 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations3;
TransformOperations  508 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations4;
TransformOperations  521 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations1;
TransformOperations  532 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations2;
TransformOperations  540 cc/animation/keyframed_animation_curve_unittest.cc   TransformOperations operations3;
TransformOperations  427 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations;
TransformOperations 1380 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations1;
TransformOperations 1394 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations2;
TransformOperations 1429 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations3;
TransformOperations 1697 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations1;
TransformOperations 1714 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations2;
TransformOperations 1752 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations1;
TransformOperations 1769 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations2;
TransformOperations 1802 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations1;
TransformOperations 1819 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations2;
TransformOperations 1836 cc/animation/layer_animation_controller_unittest.cc   TransformOperations operations3;
TransformOperations   16 cc/animation/transform_operations.cc TransformOperations::TransformOperations()
TransformOperations   20 cc/animation/transform_operations.cc TransformOperations::TransformOperations(const TransformOperations& other) {
TransformOperations   29 cc/animation/transform_operations.cc TransformOperations::~TransformOperations() {
TransformOperations   32 cc/animation/transform_operations.cc gfx::Transform TransformOperations::Apply() const {
TransformOperations   39 cc/animation/transform_operations.cc gfx::Transform TransformOperations::Blend(const TransformOperations& from,
TransformOperations   46 cc/animation/transform_operations.cc bool TransformOperations::BlendedBoundsForBox(const gfx::BoxF& box,
TransformOperations   47 cc/animation/transform_operations.cc                                               const TransformOperations& from,
TransformOperations   82 cc/animation/transform_operations.cc bool TransformOperations::AffectsScale() const {
TransformOperations   93 cc/animation/transform_operations.cc bool TransformOperations::IsTranslation() const {
TransformOperations  113 cc/animation/transform_operations.cc bool TransformOperations::MaximumScale(const TransformOperations& from,
TransformOperations  148 cc/animation/transform_operations.cc bool TransformOperations::ScaleComponent(gfx::Vector3dF* scale) const {
TransformOperations  176 cc/animation/transform_operations.cc bool TransformOperations::MatchesTypes(const TransformOperations& other) const {
TransformOperations  193 cc/animation/transform_operations.cc bool TransformOperations::CanBlendWith(
TransformOperations  194 cc/animation/transform_operations.cc     const TransformOperations& other) const {
TransformOperations  199 cc/animation/transform_operations.cc void TransformOperations::AppendTranslate(SkMScalar x,
TransformOperations  212 cc/animation/transform_operations.cc void TransformOperations::AppendRotate(SkMScalar x,
TransformOperations  227 cc/animation/transform_operations.cc void TransformOperations::AppendScale(SkMScalar x, SkMScalar y, SkMScalar z) {
TransformOperations  238 cc/animation/transform_operations.cc void TransformOperations::AppendSkew(SkMScalar x, SkMScalar y) {
TransformOperations  249 cc/animation/transform_operations.cc void TransformOperations::AppendPerspective(SkMScalar depth) {
TransformOperations  258 cc/animation/transform_operations.cc void TransformOperations::AppendMatrix(const gfx::Transform& matrix) {
TransformOperations  266 cc/animation/transform_operations.cc void TransformOperations::AppendIdentity() {
TransformOperations  270 cc/animation/transform_operations.cc bool TransformOperations::IsIdentity() const {
TransformOperations  278 cc/animation/transform_operations.cc bool TransformOperations::BlendInternal(const TransformOperations& from,
TransformOperations  317 cc/animation/transform_operations.cc bool TransformOperations::ComputeDecomposedTransform() const {
TransformOperations   31 cc/animation/transform_operations.h class CC_EXPORT TransformOperations {
TransformOperations   33 cc/animation/transform_operations.h   TransformOperations();
TransformOperations   34 cc/animation/transform_operations.h   TransformOperations(const TransformOperations& other);
TransformOperations   35 cc/animation/transform_operations.h   ~TransformOperations();
TransformOperations   47 cc/animation/transform_operations.h   gfx::Transform Blend(const TransformOperations& from,
TransformOperations   55 cc/animation/transform_operations.h                            const TransformOperations& from,
TransformOperations   69 cc/animation/transform_operations.h   bool MaximumScale(const TransformOperations& from,
TransformOperations   76 cc/animation/transform_operations.h   bool MatchesTypes(const TransformOperations& other) const;
TransformOperations   81 cc/animation/transform_operations.h   bool CanBlendWith(const TransformOperations& other) const;
TransformOperations   93 cc/animation/transform_operations.h   bool BlendInternal(const TransformOperations& from,
TransformOperations  110 cc/animation/transform_operations.h   DISALLOW_ASSIGN(TransformOperations);
TransformOperations   21 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> transforms;
TransformOperations   23 cc/animation/transform_operations_unittest.cc   TransformOperations* to_add = new TransformOperations();
TransformOperations   27 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations   31 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations   35 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations   39 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations   52 cc/animation/transform_operations_unittest.cc   TransformOperations translates;
TransformOperations   57 cc/animation/transform_operations_unittest.cc   TransformOperations skews;
TransformOperations   62 cc/animation/transform_operations_unittest.cc   TransformOperations translates2;
TransformOperations   67 cc/animation/transform_operations_unittest.cc   TransformOperations translates3 = translates2;
TransformOperations   75 cc/animation/transform_operations_unittest.cc   TransformOperations translates;
TransformOperations   80 cc/animation/transform_operations_unittest.cc   TransformOperations skews;
TransformOperations   84 cc/animation/transform_operations_unittest.cc   TransformOperations translates2;
TransformOperations   92 cc/animation/transform_operations_unittest.cc void GetIdentityOperations(ScopedVector<TransformOperations>* operations) {
TransformOperations   93 cc/animation/transform_operations_unittest.cc   TransformOperations* to_add = new TransformOperations();
TransformOperations   96 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  100 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  105 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  109 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  114 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  118 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  123 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  127 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  132 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  136 cc/animation/transform_operations_unittest.cc   to_add = new TransformOperations();
TransformOperations  143 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> operations;
TransformOperations  156 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  168 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  179 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  189 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  199 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  212 cc/animation/transform_operations_unittest.cc   TransformOperations matrix_transform;
TransformOperations  226 cc/animation/transform_operations_unittest.cc   TransformOperations operations;
TransformOperations  259 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  263 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  295 cc/animation/transform_operations_unittest.cc                           const TransformOperations& from_transform,
TransformOperations  296 cc/animation/transform_operations_unittest.cc                           const TransformOperations& to_transform) {
TransformOperations  307 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  316 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  347 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  351 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  373 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  376 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  389 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  392 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  404 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  407 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  425 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  429 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  459 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  463 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  493 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  497 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  527 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  531 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  564 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  568 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  582 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  586 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  600 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  604 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  618 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  622 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  636 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  640 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  655 cc/animation/transform_operations_unittest.cc   ScopedVector<TransformOperations> identity_operations;
TransformOperations  659 cc/animation/transform_operations_unittest.cc     TransformOperations operations;
TransformOperations  673 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations  676 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations  695 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations  700 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations  713 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  717 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  732 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  734 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  749 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  751 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  771 cc/animation/transform_operations_unittest.cc   TransformOperations identity;
TransformOperations  784 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  786 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  806 cc/animation/transform_operations_unittest.cc   TransformOperations identity;
TransformOperations  819 cc/animation/transform_operations_unittest.cc   TransformOperations zero_scale;
TransformOperations  821 cc/animation/transform_operations_unittest.cc   TransformOperations non_zero_scale;
TransformOperations  845 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  847 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  873 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  875 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  894 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  896 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to_same;
TransformOperations  898 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to_opposite;
TransformOperations  900 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to_different;
TransformOperations  917 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations  919 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations  964 cc/animation/transform_operations_unittest.cc     TransformOperations operations_from;
TransformOperations  966 cc/animation/transform_operations_unittest.cc     TransformOperations operations_to;
TransformOperations 1007 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBounds(const TransformOperations& from,
TransformOperations 1008 cc/animation/transform_operations_unittest.cc                                   const TransformOperations& to,
TransformOperations 1055 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBoundsEquality(const TransformOperations& from,
TransformOperations 1056 cc/animation/transform_operations_unittest.cc                                           const TransformOperations& to,
TransformOperations 1062 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBoundsContainment(const TransformOperations& from,
TransformOperations 1063 cc/animation/transform_operations_unittest.cc                                              const TransformOperations& to,
TransformOperations 1119 cc/animation/transform_operations_unittest.cc         TransformOperations operations_from;
TransformOperations 1121 cc/animation/transform_operations_unittest.cc         TransformOperations operations_to;
TransformOperations 1133 cc/animation/transform_operations_unittest.cc     TransformOperations from_operations;
TransformOperations 1136 cc/animation/transform_operations_unittest.cc     TransformOperations to_operations;
TransformOperations 1178 cc/animation/transform_operations_unittest.cc       TransformOperations operations_from;
TransformOperations 1180 cc/animation/transform_operations_unittest.cc       TransformOperations operations_to;
TransformOperations 1210 cc/animation/transform_operations_unittest.cc       TransformOperations operations_from;
TransformOperations 1212 cc/animation/transform_operations_unittest.cc       TransformOperations operations_to;
TransformOperations 1223 cc/animation/transform_operations_unittest.cc   TransformOperations operations_from;
TransformOperations 1227 cc/animation/transform_operations_unittest.cc   TransformOperations operations_to;
TransformOperations 1249 cc/animation/transform_operations_unittest.cc   TransformOperations identity;
TransformOperations 1262 cc/animation/transform_operations_unittest.cc   TransformOperations empty_operations;
TransformOperations 1265 cc/animation/transform_operations_unittest.cc   TransformOperations identity;
TransformOperations 1269 cc/animation/transform_operations_unittest.cc   TransformOperations translate;
TransformOperations 1273 cc/animation/transform_operations_unittest.cc   TransformOperations rotate;
TransformOperations 1277 cc/animation/transform_operations_unittest.cc   TransformOperations scale;
TransformOperations 1281 cc/animation/transform_operations_unittest.cc   TransformOperations skew;
TransformOperations 1285 cc/animation/transform_operations_unittest.cc   TransformOperations perspective;
TransformOperations 1289 cc/animation/transform_operations_unittest.cc   TransformOperations identity_matrix;
TransformOperations 1293 cc/animation/transform_operations_unittest.cc   TransformOperations translation_matrix;
TransformOperations 1299 cc/animation/transform_operations_unittest.cc   TransformOperations scaling_matrix;
TransformOperations 1307 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations 1313 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations 1321 cc/animation/transform_operations_unittest.cc   TransformOperations empty_operations;
TransformOperations 1324 cc/animation/transform_operations_unittest.cc   TransformOperations identity;
TransformOperations 1328 cc/animation/transform_operations_unittest.cc   TransformOperations translate;
TransformOperations 1332 cc/animation/transform_operations_unittest.cc   TransformOperations rotate;
TransformOperations 1336 cc/animation/transform_operations_unittest.cc   TransformOperations scale;
TransformOperations 1340 cc/animation/transform_operations_unittest.cc   TransformOperations skew;
TransformOperations 1344 cc/animation/transform_operations_unittest.cc   TransformOperations perspective;
TransformOperations 1348 cc/animation/transform_operations_unittest.cc   TransformOperations identity_matrix;
TransformOperations 1352 cc/animation/transform_operations_unittest.cc   TransformOperations translation_matrix;
TransformOperations 1358 cc/animation/transform_operations_unittest.cc   TransformOperations scaling_matrix;
TransformOperations 1366 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations 1372 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations 1382 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations 1384 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations 1400 cc/animation/transform_operations_unittest.cc   TransformOperations operations3;
TransformOperations 1402 cc/animation/transform_operations_unittest.cc   TransformOperations operations4;
TransformOperations 1416 cc/animation/transform_operations_unittest.cc   TransformOperations operations5;
TransformOperations 1422 cc/animation/transform_operations_unittest.cc   TransformOperations operations6;
TransformOperations 1441 cc/animation/transform_operations_unittest.cc   TransformOperations operations1;
TransformOperations 1443 cc/animation/transform_operations_unittest.cc   TransformOperations operations2;
TransformOperations 1451 cc/animation/transform_operations_unittest.cc   TransformOperations operations3;
TransformOperations 1455 cc/animation/transform_operations_unittest.cc   TransformOperations operations4;
TransformOperations 1463 cc/animation/transform_operations_unittest.cc   TransformOperations operations5;
TransformOperations 1468 cc/animation/transform_operations_unittest.cc   TransformOperations operations6;
TransformOperations 1477 cc/animation/transform_operations_unittest.cc   TransformOperations operations7;
TransformOperations 1480 cc/animation/transform_operations_unittest.cc   TransformOperations operations8;
TransformOperations 1487 cc/animation/transform_operations_unittest.cc   TransformOperations operations9;
TransformOperations 1490 cc/animation/transform_operations_unittest.cc   TransformOperations operations10;
TransformOperations 1497 cc/animation/transform_operations_unittest.cc   TransformOperations operations11;
TransformOperations 1500 cc/animation/transform_operations_unittest.cc   TransformOperations operations12;
TransformOperations   57 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations   59 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations   82 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations   84 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations  105 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  107 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations  128 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  130 cc/layers/layer_utils_unittest.cc   TransformOperations child_end;
TransformOperations  134 cc/layers/layer_utils_unittest.cc   TransformOperations grand_child_end;
TransformOperations  155 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  157 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations  179 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  181 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations  210 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  212 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations  240 cc/layers/layer_utils_unittest.cc   TransformOperations start;
TransformOperations  242 cc/layers/layer_utils_unittest.cc   TransformOperations end;
TransformOperations   58 cc/test/animation_test_common.cc                          TransformOperations start_operations,
TransformOperations   59 cc/test/animation_test_common.cc                          TransformOperations operations) {
TransformOperations   89 cc/test/animation_test_common.cc   TransformOperations start_operations;
TransformOperations   94 cc/test/animation_test_common.cc   TransformOperations operations;
TransformOperations  322 cc/test/animation_test_common.cc                                 TransformOperations start_operations,
TransformOperations  323 cc/test/animation_test_common.cc                                 TransformOperations operations) {
TransformOperations  161 cc/test/animation_test_common.h                                 TransformOperations start_operations,
TransformOperations  162 cc/test/animation_test_common.h                                 TransformOperations operations);
TransformOperations   33 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc   const cc::TransformOperations& transform_operations =
TransformOperations   45 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc   const cc::TransformOperations& transform_operations =
TransformOperations   15 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc const cc::TransformOperations&
TransformOperations   20 webkit/renderer/compositor_bindings/web_transform_operations_impl.h   const cc::TransformOperations& AsTransformOperations() const;
TransformOperations   34 webkit/renderer/compositor_bindings/web_transform_operations_impl.h   cc::TransformOperations transform_operations_;