copy             1041 Source/bindings/templates/interface.cpp    underlying value, but instead return a new copy of the original function.
copy               59 Source/core/clipboard/DataObject.h     PassRefPtrWillBeRawPtr<DataObject> copy() const;
copy               60 Source/core/css/CSSKeyframesRule.h     PassRefPtrWillBeRawPtr<StyleRuleKeyframes> copy() const { return adoptRefWillBeNoop(new StyleRuleKeyframes(*this)); }
copy              175 Source/core/css/CSSStyleSheet.cpp     m_contents = m_contents->copy();
copy               60 Source/core/css/CSSValueList.h     PassRefPtrWillBeRawPtr<CSSValueList> copy();
copy               64 Source/core/css/MediaList.cpp         m_queries[i] = o.m_queries[i]->copy();
copy               61 Source/core/css/MediaList.h     PassRefPtrWillBeRawPtr<MediaQuerySet> copy() const { return adoptRefWillBeNoop(new MediaQuerySet(*this)); }
copy              114 Source/core/css/MediaQuery.cpp         (*m_expressions)[i] = o.m_expressions->at(i)->copy();
copy               61 Source/core/css/MediaQuery.h     PassOwnPtrWillBeRawPtr<MediaQuery> copy() const { return adoptPtrWillBeNoop(new MediaQuery(*this)); }
copy               95 Source/core/css/MediaQueryEvaluator.cpp     , m_mediaValues(mediaValues.copy())
copy               61 Source/core/css/MediaQueryExp.h     PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); }
copy               47 Source/core/css/MediaValues.h     PassRefPtr<MediaValues> copy() const;
copy              176 Source/core/css/StyleRule.cpp         return toStyleRule(this)->copy();
copy              178 Source/core/css/StyleRule.cpp         return toStyleRulePage(this)->copy();
copy              180 Source/core/css/StyleRule.cpp         return toStyleRuleFontFace(this)->copy();
copy              182 Source/core/css/StyleRule.cpp         return toStyleRuleMedia(this)->copy();
copy              184 Source/core/css/StyleRule.cpp         return toStyleRuleSupports(this)->copy();
copy              190 Source/core/css/StyleRule.cpp         return toStyleRuleKeyframes(this)->copy();
copy              192 Source/core/css/StyleRule.cpp         return toStyleRuleViewport(this)->copy();
copy              194 Source/core/css/StyleRule.cpp         return toStyleRuleFilter(this)->copy();
copy              347 Source/core/css/StyleRule.cpp         m_childRules[i] = o.m_childRules[i]->copy();
copy              376 Source/core/css/StyleRule.cpp         m_mediaQueries = o.m_mediaQueries->copy();
copy               69 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleBase> copy() const;
copy              116 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRule> copy() const { return adoptRefWillBeNoop(new StyleRule(*this)); }
copy              141 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleFontFace> copy() const { return adoptRefWillBeNoop(new StyleRuleFontFace(*this)); }
copy              166 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRulePage> copy() const { return adoptRefWillBeNoop(new StyleRulePage(*this)); }
copy              204 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleMedia> copy() const { return adoptRefWillBeNoop(new StyleRuleMedia(*this)); }
copy              224 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleSupports> copy() const { return adoptRefWillBeNoop(new StyleRuleSupports(*this)); }
copy              247 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleViewport> copy() const { return adoptRefWillBeNoop(new StyleRuleViewport(*this)); }
copy              271 Source/core/css/StyleRule.h     PassRefPtrWillBeRawPtr<StyleRuleFilter> copy() const { return adoptRefWillBeNoop(new StyleRuleFilter(*this)); }
copy               97 Source/core/css/StyleSheetContents.cpp         m_childRules[i] = o.m_childRules[i]->copy();
copy              134 Source/core/css/StyleSheetContents.h     PassRefPtrWillBeRawPtr<StyleSheetContents> copy() const
copy              383 Source/core/dom/CrossThreadTask.h         CrossThreadCopier<P1>::copy(parameter1));
copy              393 Source/core/dom/CrossThreadTask.h         CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2));
copy              403 Source/core/dom/CrossThreadTask.h         CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              404 Source/core/dom/CrossThreadTask.h         CrossThreadCopier<P3>::copy(parameter3));
copy              415 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              416 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4));
copy              427 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              428 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4),
copy              429 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P5>::copy(parameter5));
copy              440 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              441 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4),
copy              442 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P5>::copy(parameter5), CrossThreadCopier<P6>::copy(parameter6));
copy              454 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              455 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4),
copy              456 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P5>::copy(parameter5), CrossThreadCopier<P6>::copy(parameter6),
copy              457 Source/core/dom/CrossThreadTask.h             CrossThreadCopier<P7>::copy(parameter7));
copy              469 Source/core/dom/CrossThreadTask.h                                                        CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
copy              470 Source/core/dom/CrossThreadTask.h                                                        CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4),
copy              471 Source/core/dom/CrossThreadTask.h                                                        CrossThreadCopier<P5>::copy(parameter5), CrossThreadCopier<P6>::copy(parameter6),
copy              472 Source/core/dom/CrossThreadTask.h                                                        CrossThreadCopier<P7>::copy(parameter7), CrossThreadCopier<P8>::copy(parameter8));
copy              265 Source/core/dom/Document.h     DEFINE_ATTRIBUTE_EVENT_LISTENER(copy);
copy               99 Source/core/dom/Element.h     DEFINE_ATTRIBUTE_EVENT_LISTENER(copy);
copy               72 Source/core/dom/IdTargetObserverRegistry.cpp     Vector<IdTargetObserver*> copy;
copy               73 Source/core/dom/IdTargetObserverRegistry.cpp     copyToVector(*m_notifyingObserversInSet, copy);
copy               74 Source/core/dom/IdTargetObserverRegistry.cpp     for (Vector<IdTargetObserver*>::const_iterator it = copy.begin(); it != copy.end(); ++it) {
copy              123 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
copy              137 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
copy              165 Source/core/editing/ApplyStyleCommand.cpp     , m_style(style->copy())
copy              623 Source/core/editing/ApplyStyleCommand.cpp             styleWithoutEmbedding = style->copy();
copy              665 Source/core/editing/ApplyStyleCommand.cpp                 styleWithoutEmbedding = style->copy();
copy             1007 Source/core/editing/ApplyStyleCommand.cpp         newInlineStyle = style->copy();
copy              573 Source/core/editing/EditingStyle.cpp     RefPtr<EditingStyle> copy = EditingStyle::create();
copy              575 Source/core/editing/EditingStyle.cpp         copy->m_mutableStyle = m_mutableStyle->mutableCopy();
copy              576 Source/core/editing/EditingStyle.cpp     copy->m_shouldUseFixedDefaultFontSize = m_shouldUseFixedDefaultFontSize;
copy              577 Source/core/editing/EditingStyle.cpp     copy->m_fontSizeDelta = m_fontSizeDelta;
copy              578 Source/core/editing/EditingStyle.cpp     return copy;
copy             1437 Source/core/editing/EditingStyle.cpp         RefPtrWillBeRawPtr<CSSValueList> newTextDecoration = toCSSValueList(textDecoration.get())->copy();
copy             1486 Source/core/editing/EditingStyle.cpp     RefPtrWillBeRawPtr<CSSValueList> newTextDecoration = toCSSValueList(textDecoration.get())->copy();
copy              103 Source/core/editing/EditingStyle.h     PassRefPtr<EditingStyle> copy() const;
copy              366 Source/core/editing/Editor.cpp     return !dispatchCPPEvent(EventTypeNames::copy, ClipboardWritable);
copy             1088 Source/core/editing/Editor.cpp         typingStyle = m_frame.selection().typingStyle()->copy();
copy               95 Source/core/editing/Editor.h     void copy();
copy              283 Source/core/editing/EditorCommand.cpp     frame.editor().copy();
copy              219 Source/core/editing/markup.cpp         RefPtr<EditingStyle> wrappingStyle = m_wrappingStyle->copy();
copy              295 Source/core/editing/markup.cpp             newInlineStyle = m_wrappingStyle->copy();
copy              228 Source/core/html/HTMLElement.cpp         attributeNameToEventNameMap.set(oncopyAttr.localName(), EventTypeNames::copy);
copy             2891 Source/core/html/HTMLMediaElement.cpp     return m_playedTimeRanges->copy();
copy               97 Source/core/html/TimeRanges.cpp     RefPtr<TimeRanges> invertedOther = other->copy();
copy              108 Source/core/html/TimeRanges.cpp     RefPtr<TimeRanges> unioned = copy();
copy               53 Source/core/html/TimeRanges.h     PassRefPtr<TimeRanges> copy() const;
copy              137 Source/core/html/TimeRangesTest.cpp     RefPtr<TimeRanges> rangesB = rangesA->copy();
copy              711 Source/core/html/parser/HTMLDocumentParser.cpp     config->preloadScanner = adoptPtr(new TokenPreloadScanner(document()->url().copy(), createMediaValues(document())));
copy              385 Source/core/html/parser/HTMLPreloadScanner.cpp         m_predictedBaseElementURL = KURL(m_documentURL, stripLeadingAndTrailingHTMLSpaces(hrefAttribute->value)).copy();
copy               63 Source/core/html/parser/HTMLResourcePreloader.h         , m_baseURL(baseURL.copy())
copy              254 Source/core/html/parser/XSSAuditor.cpp     m_documentURL = document->url().copy();
copy              305 Source/core/html/parser/XSSAuditor.cpp             auditorDelegate->setReportURL(xssProtectionReportURL.copy());
copy              455 Source/core/inspector/AsyncCallStackTracker.cpp     ExecutionContextDataMap copy;
copy              456 Source/core/inspector/AsyncCallStackTracker.cpp     m_executionContextDataMap.swap(copy);
copy              457 Source/core/inspector/AsyncCallStackTracker.cpp     for (ExecutionContextDataMap::const_iterator it = copy.begin(); it != copy.end(); ++it)
copy               41 Source/core/rendering/style/DataRef.h             m_data = m_data->copy();
copy               42 Source/core/rendering/style/NinePieceImage.h     PassRefPtr<NinePieceImageData> copy() const { return adoptRef(new NinePieceImageData(*this)); }
copy               44 Source/core/rendering/style/SVGRenderStyle.h     PassRefPtr<SVGRenderStyle> copy() const { return adoptRef(new SVGRenderStyle(*this));}
copy              115 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); }
copy              139 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); }
copy              169 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); }
copy              188 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); }
copy              207 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this)); }
copy              231 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleResourceData> copy() const { return adoptRef(new StyleResourceData(*this)); }
copy              252 Source/core/rendering/style/SVGRenderStyleDefs.h         PassRefPtr<StyleInheritedResourceData> copy() const { return adoptRef(new StyleInheritedResourceData(*this)); }
copy               39 Source/core/rendering/style/StyleBackgroundData.h     PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); }
copy               38 Source/core/rendering/style/StyleBoxData.h     PassRefPtr<StyleBoxData> copy() const { return adoptRef(new StyleBoxData(*this)); }
copy               36 Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h     PassRefPtr<StyleDeprecatedFlexibleBoxData> copy() const { return adoptRef(new StyleDeprecatedFlexibleBoxData(*this)); }
copy               38 Source/core/rendering/style/StyleFilterData.h     PassRefPtr<StyleFilterData> copy() const { return adoptRef(new StyleFilterData(*this)); }
copy               39 Source/core/rendering/style/StyleFlexibleBoxData.h     PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); }
copy               45 Source/core/rendering/style/StyleGridData.h     PassRefPtr<StyleGridData> copy() const { return adoptRef(new StyleGridData(*this)); }
copy               45 Source/core/rendering/style/StyleGridItemData.h     PassRefPtr<StyleGridItemData> copy() const { return adoptRef(new StyleGridItemData(*this)); }
copy               40 Source/core/rendering/style/StyleInheritedData.h     PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); }
copy               38 Source/core/rendering/style/StyleMarqueeData.h     PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); }
copy               41 Source/core/rendering/style/StyleMultiColData.h     PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); }
copy               49 Source/core/rendering/style/StyleRareInheritedData.h     PassRefPtr<StyleRareInheritedData> copy() const { return adoptRef(new StyleRareInheritedData(*this)); }
copy               78 Source/core/rendering/style/StyleRareNonInheritedData.h     PassRefPtr<StyleRareNonInheritedData> copy() const { return adoptRef(new StyleRareNonInheritedData(*this)); }
copy               38 Source/core/rendering/style/StyleSurroundData.h     PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
copy               38 Source/core/rendering/style/StyleTransformData.h     PassRefPtr<StyleTransformData> copy() const { return adoptRef(new StyleTransformData(*this)); }
copy               38 Source/core/rendering/style/StyleVisualData.h     PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); }
copy               19 Source/core/rendering/style/StyleWillChangeData.h     PassRefPtr<StyleWillChangeData> copy() const { return adoptRef(new StyleWillChangeData(*this)); }
copy               65 Source/core/svg/SVGElementInstance.cpp DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), copy);
copy              127 Source/core/svg/SVGElementInstance.h     DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), copy);
copy              174 Source/core/svg/SVGMatrixTearOff.cpp     AffineTransform copy = value();
copy              175 Source/core/svg/SVGMatrixTearOff.cpp     copy.rotateFromVector(x, y);
copy              176 Source/core/svg/SVGMatrixTearOff.cpp     return create(copy);
copy               43 Source/core/svg/SVGPathByteStream.h     PassOwnPtr<SVGPathByteStream> copy() const
copy               63 Source/core/svg/SVGPathSegList.cpp     RefPtr<SVGPathSegList> svgPathSegList = adoptRef(new SVGPathSegList(m_contextElement, m_role, byteStream()->copy()));
copy              186 Source/core/svg/SVGPathSegList.cpp     OwnPtr<SVGPathByteStream> copy;
copy              193 Source/core/svg/SVGPathSegList.cpp         copy = byteStream()->copy();
copy              194 Source/core/svg/SVGPathSegList.cpp         fromStream = copy.get();
copy              201 Source/core/svg/SVGPathSegList.cpp                 m_byteStream = fromStream->copy();
copy              205 Source/core/svg/SVGPathSegList.cpp             m_byteStream = toStream->copy();
copy              174 Source/core/svg/SVGPathUtilities.cpp     OwnPtr<SVGPathByteStream> fromStreamCopy = fromStream->copy();
copy               39 Source/core/workers/WorkerThreadStartupData.cpp     : m_scriptURL(scriptURL.copy())
copy              249 Source/modules/filesystem/DOMFileSystemBase.cpp     fileSystem()->copy(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(destinationPath), callbacks.release());
copy              110 Source/modules/filesystem/DOMFileSystemBase.h     void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
copy               64 Source/modules/filesystem/Entry.cpp     m_fileSystem->copy(this, parent.get(), name, successCallback, errorCallback);
copy               70 Source/modules/filesystem/EntrySync.cpp     m_fileSystem->copy(this, parent.get(), name, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
copy               45 Source/modules/gamepad/GamepadCommon.cpp         std::copy(data, data + count, m_axes.begin());
copy              247 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const
copy              249 Source/modules/geolocation/Geolocation.cpp     copyValuesToVector(m_idToNotifierMap, copy);
copy              515 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
copy              516 Source/modules/geolocation/Geolocation.cpp     copyToVector(m_oneShots, copy);
copy              518 Source/modules/geolocation/Geolocation.cpp     stopTimer(copy);
copy              523 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
copy              524 Source/modules/geolocation/Geolocation.cpp     m_watchers.getNotifiersVector(copy);
copy              526 Source/modules/geolocation/Geolocation.cpp     stopTimer(copy);
copy              544 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector copy;
copy              545 Source/modules/geolocation/Geolocation.cpp     copyToVector(m_oneShots, copy);
copy              546 Source/modules/geolocation/Geolocation.cpp     cancelRequests(copy);
copy              547 Source/modules/geolocation/Geolocation.cpp     m_watchers.getNotifiersVector(copy);
copy              548 Source/modules/geolocation/Geolocation.cpp     cancelRequests(copy);
copy              155 Source/modules/websockets/WebSocketHandshake.cpp     m_url = url.copy();
copy              377 Source/modules/websockets/WebSocketHandshake.cpp     KURL url = m_url.copy();
copy              244 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(compressed, compressed.end()));
copy              256 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(compressed, compressed.end()));
copy              331 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(decompressed, decompressed.end()));
copy              341 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(decompressed, decompressed.end()));
copy              478 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp     m_loaderProxy.postTaskToLoader(CallClosureTask::create(bind(&Peer::connect, m_peer, url.copy(), protocol.isolatedCopy())));
copy               45 Source/platform/CrossThreadCopier.cpp     return url.copy();
copy               55 Source/platform/CrossThreadCopier.cpp     return error.copy();
copy               57 Source/platform/CrossThreadCopier.h         static Type copy(const T& parameter)
copy               93 Source/platform/CrossThreadCopier.h         static Type copy(const T& refPtr)
copy              101 Source/platform/CrossThreadCopier.h         static Type copy(Type ownPtr)
copy              109 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const KURL&);
copy              114 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const String&);
copy              119 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceError&);
copy              124 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceRequest&);
copy              129 Source/platform/CrossThreadCopier.h         PLATFORM_EXPORT static Type copy(const ResourceResponse&);
copy              149 Source/platform/CrossThreadCopier.h         static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); }
copy              169 Source/platform/CrossThreadCopier.h         static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); }
copy              107 Source/platform/PlatformWheelEvent.h         PlatformWheelEvent copy = *this;
copy              109 Source/platform/PlatformWheelEvent.h         copy.m_deltaX = copy.m_deltaY;
copy              110 Source/platform/PlatformWheelEvent.h         copy.m_deltaY = 0;
copy              111 Source/platform/PlatformWheelEvent.h         copy.m_wheelTicksX = copy.m_wheelTicksY;
copy              112 Source/platform/PlatformWheelEvent.h         copy.m_wheelTicksY = 0;
copy              114 Source/platform/PlatformWheelEvent.h         return copy;
copy               69 Source/platform/SharedBuffer.h     PassRefPtr<SharedBuffer> copy() const;
copy              100 Source/platform/SharedBufferTest.cpp TEST(SharedBufferTest, copy)
copy              113 Source/platform/SharedBufferTest.cpp     RefPtr<SharedBuffer> clone = sharedBuffer->copy();
copy               64 Source/platform/animation/KeyframeValueList.h         KeyframeValueList copy(other);
copy               65 Source/platform/animation/KeyframeValueList.h         swap(copy);
copy               62 Source/platform/blob/BlobData.cpp     fileSystemURL = fileSystemURL.copy();
copy               69 Source/platform/blob/BlobRegistry.cpp         : url(url.copy())
copy               76 Source/platform/blob/BlobRegistry.cpp         : url(url.copy())
copy               82 Source/platform/blob/BlobRegistry.cpp         : url(url.copy())
copy               83 Source/platform/blob/BlobRegistry.cpp         , srcURL(srcURL.copy())
copy               88 Source/platform/blob/BlobRegistry.cpp         : url(url.copy())
copy               94 Source/platform/blob/BlobRegistry.cpp         : url(url.copy())
copy              199 Source/platform/exported/WebHTTPBody.cpp         assign(static_cast<WebHTTPBodyPrivate*>(m_private->copy().leakRef()));
copy              451 Source/platform/graphics/GraphicsContext.h             m_paintState->copy(priorPaintState);
copy               55 Source/platform/graphics/GraphicsContextState.h     void copy(GraphicsContextState*);
copy              103 Source/platform/graphics/ImageFrameGenerator.cpp         *data = buffer->copy();
copy              150 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     RefPtr<SharedBuffer> reallocatedData = data.get()->copy();
copy               99 Source/platform/network/FormData.h     PassRefPtr<FormData> copy() const;
copy               63 Source/platform/network/ResourceError.h     ResourceError copy() const;
copy               62 Source/platform/network/ResourceRequest.cpp     data->m_url = url().copy();
copy               65 Source/platform/network/ResourceRequest.cpp     data->m_firstPartyForCookies = firstPartyForCookies().copy();
copy              127 Source/platform/network/ResourceResponse.cpp     response->m_appCacheManifestURL = data->m_appCacheManifestURL.copy();
copy              148 Source/platform/network/ResourceResponse.cpp     data->m_url = url().copy();
copy              162 Source/platform/network/ResourceResponse.cpp     data->m_appCacheManifestURL = m_appCacheManifestURL.copy();
copy              157 Source/platform/text/BidiResolverTest.cpp     std::copy(actual.begin(), actual.end(), std::ostream_iterator<int>(diff, " "));
copy              159 Source/platform/text/BidiResolverTest.cpp     std::copy(expected.begin(), expected.end(), std::ostream_iterator<int>(diff, " "));
copy               43 Source/platform/text/LineEnding.cpp     virtual void copy(const CString&) = 0;
copy              122 Source/platform/text/LineEnding.cpp         buffer.copy(from);
copy              198 Source/platform/weborigin/KURL.cpp     return KURL(ParsedURLString, url).copy();
copy              239 Source/platform/weborigin/KURL.cpp         m_innerURL = adoptPtr(new KURL(other.m_innerURL->copy()));
copy              249 Source/platform/weborigin/KURL.cpp         m_innerURL = adoptPtr(new KURL(other.m_innerURL->copy()));
copy              263 Source/platform/weborigin/KURL.cpp         result.m_innerURL = adoptPtr(new KURL(m_innerURL->copy()));
copy               94 Source/platform/weborigin/KURL.h     KURL copy() const;
copy              597 Source/platform/weborigin/KURLTest.cpp     WebCore::KURL dest = src.copy();
copy              371 Source/web/WebPluginContainerImpl.cpp     copy();
copy              783 Source/web/WebPluginContainerImpl.cpp             copy();
copy              144 Source/web/WebPluginContainerImpl.h     void copy();
copy              105 Source/web/WebRange.cpp     WebRange copy(*this);
copy              106 Source/web/WebRange.cpp     copy.m_private->expand("block", IGNORE_EXCEPTION);
copy              107 Source/web/WebRange.cpp     return copy;
copy              238 Source/wtf/Deque.h         Deque<T> copy(other);
copy              239 Source/wtf/Deque.h         swap(copy);
copy              777 Source/wtf/Vector.h         std::copy(other.begin(), other.begin() + size(), begin());
copy              809 Source/wtf/Vector.h         std::copy(other.begin(), other.begin() + size(), begin());
copy              106 Source/wtf/text/CStringTest.cpp     CString copy = string;
copy              109 Source/wtf/text/CStringTest.cpp     ASSERT_TRUE(string != copy);
copy              111 Source/wtf/text/CStringTest.cpp     ASSERT_STREQ(copy.data(), initialString);
copy               36 Source/wtf/text/TextCodecASCIIFastPath.h     static void copy(LChar* destination, const uint8_t* source)
copy               41 Source/wtf/text/TextCodecASCIIFastPath.h     static void copy(UChar* destination, const uint8_t* source)
copy               50 Source/wtf/text/TextCodecASCIIFastPath.h     static void copy(LChar* destination, const uint8_t* source)
copy               55 Source/wtf/text/TextCodecASCIIFastPath.h     static void copy(UChar* destination, const uint8_t* source)
copy               70 Source/wtf/text/TextCodecASCIIFastPath.h     UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
copy               75 Source/wtf/text/TextCodecASCIIFastPath.h     UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
copy               87 public/platform/WebFileSystem.h     virtual void copy(const WebURL& srcPath, const WebURL& destPath, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }