concat 379 cc/output/software_renderer.cc current_canvas_->concat(content_matrix); concat 258 chrome/renderer/pepper/pepper_flash_renderer_host.cc canvas->concat(matrix); concat 353 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java mCalls = mCalls.concat("gotOrientation"); concat 361 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java mCalls = mCalls.concat("gotAcceleration"); concat 369 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java mCalls = mCalls.concat("gotAccelerationIncludingGravity"); concat 377 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java mCalls = mCalls.concat("gotRotationRate"); concat 116 remoting/android/java/src/org/chromium/chromoting/HelpActivity.java CharSequence subtitle = TextUtils.concat(appName, " ", versionName); concat 436 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java result = left.concat(right); concat 599 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java concatenatedString = concatenatedString.concat(iter.next()); concat 283 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stringUnderTest.concat(stringUnderTest), output.toByteString()); concat 392 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stringUnderTest.concat(ByteString.EMPTY), stringUnderTest); concat 394 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java ByteString.EMPTY.concat(stringUnderTest), stringUnderTest); concat 51 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java sourceString = sourceString.concat(iter.next()); concat 55 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java stringUnderTest = stringUnderTest.concat(iter.next()); concat 74 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); concat 543 ui/gfx/canvas.cc canvas_->concat(transform.matrix());