copyTo 2255 Source/core/testing/Internals.cpp stringValue.copyTo(static_cast<UChar*>(buffer->data()), 0, stringValue.length()); copyTo 56 Source/modules/filesystem/Entry.h void copyTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name = String(), PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; copyTo 56 Source/modules/filesystem/EntrySync.h PassRefPtrWillBeRawPtr<EntrySync> copyTo(PassRefPtrWillBeRawPtr<DirectoryEntrySync> parent, const String& name, ExceptionState&) const; copyTo 104 Source/platform/DragImage.cpp if (!bitmap->bitmap().copyTo(&skBitmap, kPMColor_SkColorType)) copyTo 129 Source/platform/graphics/ImageBuffer.cpp bitmap.copyTo(&tmp, bitmap.colorType()); copyTo 315 Source/platform/graphics/ImageFrameGenerator.cpp if (!fullSizeBitmap.copyTo(©Bitmap, fullSizeBitmap.colorType(), m_discardableAllocator.get())) copyTo 101 Source/platform/image-decoders/ImageFrame.cpp return other.m_bitmap.copyTo(&m_bitmap, other.m_bitmap.colorType()); copyTo 73 Source/platform/text/StringTruncator.cpp string.copyTo(buffer, 0, omitStart); copyTo 75 Source/platform/text/StringTruncator.cpp string.copyTo(&buffer[omitStart + 1], omitEnd, length - omitEnd); copyTo 89 Source/platform/text/StringTruncator.cpp string.copyTo(buffer, 0, keepLength); copyTo 130 Source/platform/text/StringTruncator.cpp string.copyTo(stringBuffer, 0, length); copyTo 455 Source/web/WebDevToolsAgentImpl.cpp collector.copyTo(set); copyTo 695 Source/web/WebInputEventConversion.cpp event.text().copyTo(text, 0, textLengthCap); copyTo 696 Source/web/WebInputEventConversion.cpp event.unmodifiedText().copyTo(unmodifiedText, 0, textLengthCap); copyTo 52 Source/wtf/ArrayBuffer.cpp m_contents.copyTo(result); copyTo 70 Source/wtf/ArrayBufferContents.h void copyTo(ArrayBufferContents& other); copyTo 254 Source/wtf/text/WTFString.h unsigned copyTo(UChar* buffer, unsigned pos, unsigned maxLength) const;