multiply           93 Source/core/css/CSSMatrix.cpp PassRefPtrWillBeRawPtr<CSSMatrix> CSSMatrix::multiply(CSSMatrix* secondMatrix) const
multiply          153 Source/core/svg/SVGMatrixTearOff.cpp PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::multiply(PassRefPtr<SVGMatrixTearOff> other)
multiply          138 Source/platform/Decimal.cpp     static UInt128 multiply(uint64_t u, uint64_t v) { return UInt128(u * v, multiplyHigh(u, v)); }
multiply          264 Source/platform/audio/FFTFrame.cpp void FFTFrame::multiply(const FFTFrame& frame)
multiply          119 Source/platform/transforms/AffineTransform.cpp AffineTransform& AffineTransform::multiply(const AffineTransform& other)
multiply          977 Source/platform/transforms/TransformationMatrix.cpp TransformationMatrix& TransformationMatrix::multiply(const TransformationMatrix& mat)
multiply           68 Source/wtf/FunctionalTest.cpp static int multiply(int x, int y)