Translate3D        65 Source/core/animation/AnimationTranslationUtil.cpp         case TransformOperation::Translate3D:
Translate3D        65 Source/core/css/resolver/TransformBuilder.cpp     case CSSTransformValue::Translate3DTransformOperation: return TransformOperation::Translate3D;
Translate3D       889 Source/core/rendering/style/RenderStyle.cpp             && type != TransformOperation::Translate3D)
Translate3D        75 Source/platform/transforms/TransformOperation.h             || opType == Translate3D
Translate3D        84 Source/platform/transforms/TranslateTransformOperation.h         ASSERT(type == TranslateX || type == TranslateY || type == TranslateZ || type == Translate || type == Translate3D);