translate3d       119 Source/core/css/CSSMatrix.cpp     return CSSMatrix::create(TransformationMatrix(m_matrix).translate3d(x, y, z));
translate3d       910 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(floatValueForLength(transformOriginX(), boundingBox.width()) + offsetX,
translate3d       920 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(-floatValueForLength(transformOriginX(), boundingBox.width()) - offsetX,
translate3d      1394 Source/platform/transforms/TransformationMatrix.cpp     translate3d(decomp.translateX, decomp.translateY, decomp.translateZ);
translate3d       222 Source/platform/transforms/TransformationMatrix.h     TransformationMatrix& translate3d(double tx, double ty, double tz);
translate3d        68 Source/platform/transforms/TranslateTransformOperation.h         transform.translate3d(x(borderBoxSize), y(borderBoxSize), z());