adopt            2708 Source/bindings/v8/SerializedScriptValue.cpp     return createFromWire(String::adopt(buffer));
adopt             157 Source/core/css/CSSMarkup.cpp     return String::adopt(buffer);
adopt             943 Source/core/css/CSSPrimitiveValue.cpp     return String::adopt(buffer);
adopt              43 Source/core/css/CSSSelectorList.h     void adopt(CSSSelectorList& list);
adopt             113 Source/core/css/StyleRule.h     void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
adopt             163 Source/core/css/StyleRule.h     void wrapperAdoptSelectorList(CSSSelectorList& selectors) { m_selectorList.adopt(selectors); }
adopt             151 Source/core/css/resolver/StyleBuilderConverter.cpp     return ShadowList::adopt(shadows);
adopt             128 Source/core/dom/ChildListMutationScope.cpp     RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes);
adopt             129 Source/core/dom/ChildListMutationScope.cpp     RefPtr<NodeList> removedNodes = StaticNodeList::adopt(m_removedNodes);
adopt            1311 Source/core/dom/Document.cpp     return String::adopt(buffer);
adopt            2423 Source/core/dom/Node.cpp     return StaticNodeList::adopt(filteredInsertionPoints);
adopt             141 Source/core/dom/SelectorQuery.cpp     return StaticNodeList::adopt(result);
adopt              44 Source/core/dom/StaticNodeList.h     static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes);
adopt             183 Source/core/dom/shadow/InsertionPoint.cpp     return StaticNodeList::adopt(nodes);
adopt              48 Source/core/events/TreeScopeEventContext.cpp     m_eventPath = StaticNodeList::adopt(nodes);
adopt              69 Source/core/html/HTMLContentElement.cpp         m_selectorList.adopt(emptyList);
adopt              66 Source/core/loader/WorkerLoaderClientBridge.cpp     OwnPtr<ResourceResponse> response(ResourceResponse::adopt(responseData));
adopt              72 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.cpp     OwnPtr<ResourceResponse> response(ResourceResponse::adopt(responseData));
adopt             128 Source/core/loader/WorkerThreadableLoader.cpp     OwnPtr<ResourceRequest> request(ResourceRequest::adopt(requestData));
adopt              97 Source/core/rendering/style/ShadowList.cpp     return ShadowList::adopt(shadows);
adopt              51 Source/core/rendering/style/ShadowList.h     static PassRefPtr<ShadowList> adopt(ShadowDataVector& shadows)
adopt             386 Source/core/svg/SVGSVGElement.cpp             return StaticNodeList::adopt(nodes);
adopt             396 Source/core/svg/SVGSVGElement.cpp     return StaticNodeList::adopt(nodes);
adopt            1483 Source/core/testing/Internals.cpp     return StaticNodeList::adopt(matches);
adopt            1692 Source/core/testing/Internals.cpp     return StaticNodeList::adopt(nodes);
adopt             362 Source/core/xml/XPathFunctions.cpp     return Value(result, Value::adopt);
adopt             116 Source/core/xml/XPathPath.cpp     return Value(nodes, Value::adopt);
adopt              41 Source/core/xml/XPathValue.cpp const Value::AdoptTag Value::adopt = {};
adopt              69 Source/core/xml/XPathValue.h             static const struct AdoptTag {} adopt;
adopt              69 Source/platform/PurgeableVector.h     void adopt(Vector<char>& other);
adopt             207 Source/platform/PurgeableVectorTest.cpp TEST_P(PurgeableVectorTestWithPlatformSupport, adopt)
adopt             215 Source/platform/PurgeableVectorTest.cpp     purgeableVector.adopt(testData);
adopt             233 Source/platform/PurgeableVectorTest.cpp     purgeableVector.adopt(testData);
adopt             246 Source/platform/PurgeableVectorTest.cpp     purgeableVector.adopt(testData);
adopt             219 Source/platform/SharedBuffer.cpp     buffer->m_buffer.adopt(vector);
adopt              52 Source/platform/network/HTTPHeaderMap.h     void adopt(PassOwnPtr<CrossThreadHTTPHeaderMapData>);
adopt              44 Source/platform/network/ResourceRequest.cpp     request->m_httpHeaderFields.adopt(data->m_httpHeaders.release());
adopt             100 Source/platform/network/ResourceRequest.h     static PassOwnPtr<ResourceRequest> adopt(PassOwnPtr<CrossThreadResourceRequestData>);
adopt             121 Source/platform/network/ResourceResponse.cpp     response->m_httpHeaderFields.adopt(data->m_httpHeaders.release());
adopt              54 Source/platform/network/ResourceResponse.h     static PassOwnPtr<ResourceResponse> adopt(PassOwnPtr<CrossThreadResourceResponseData>);
adopt              90 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
adopt             106 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
adopt             166 Source/platform/text/LocaleICU.cpp     return String::adopt(buffer);
adopt             188 Source/platform/text/LocaleICU.cpp         labels->append(String::adopt(buffer));
adopt             329 Source/platform/text/LocaleICU.cpp             format = String::adopt(buffer);
adopt             186 Source/platform/text/LocaleWin.cpp     return String::adopt(buffer);
adopt             132 Source/wtf/text/TextCodecUTF16.cpp     return String::adopt(buffer);
adopt             349 Source/wtf/text/TextCodecUTF8.cpp     return String::adopt(buffer);
adopt             425 Source/wtf/text/TextCodecUTF8.cpp     return String::adopt(buffer16);
adopt             141 Source/wtf/text/WTFString.h     static String adopt(StringBuffer<CharType>& buffer)