HomeSort by relevance Sort by last modified time
    Searched defs:adopt (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
StaticHashSetNodeList.h 48 static PassRefPtr<StaticHashSetNodeList> adopt(const ListHashSet<RefPtr<Node> >& nodes) function in class:WebCore::StaticHashSetNodeList
50 return adopt(const_cast<ListHashSet<RefPtr<Node> >&>(nodes));
53 static PassRefPtr<StaticHashSetNodeList> adopt(ListHashSet<RefPtr<Node> >& nodes) function in class:WebCore::StaticHashSetNodeList
StaticNodeList.h 44 static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes) function in class:WebCore::StaticNodeList
  /external/webkit/Source/WebCore/xml/
XPathValue.cpp 44 const Value::AdoptTag Value::adopt = {}; member in class:WebCore::XPath::Value
XPathValue.h 71 static const struct AdoptTag {} adopt; member in class:WebCore::XPath::Value
  /external/webkit/Source/WebKit2/Shared/
ImmutableArray.h 50 static PassRefPtr<ImmutableArray> adopt(Vector<RefPtr<APIObject> >& entries) function in class:WebKit::ImmutableArray
ImmutableDictionary.h 51 static PassRefPtr<ImmutableDictionary> adopt(MapType& map) function in class:WebKit::ImmutableDictionary
WebSerializedScriptValue.h 53 static PassRefPtr<WebSerializedScriptValue> adopt(Vector<uint8_t>& buffer) function in class:WebKit::WebSerializedScriptValue
55 return adoptRef(new WebSerializedScriptValue(WebCore::SerializedScriptValue::adopt(buffer)));
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.h 60 static PassRefPtr<SerializedScriptValue> adopt(Vector<uint8_t>& buffer) function in class:WebCore::SerializedScriptValue
  /external/webkit/Source/WebCore/platform/network/
HTTPHeaderMap.cpp 60 void HTTPHeaderMap::adopt(PassOwnPtr<CrossThreadHTTPHeaderMapData> data) function in class:WebCore::HTTPHeaderMap
ResourceRequestBase.cpp 47 PassOwnPtr<ResourceRequest> ResourceRequestBase::adopt(PassOwnPtr<CrossThreadResourceRequestData> data) function in class:WebCore::ResourceRequestBase
59 request->m_httpHeaderFields.adopt(data->m_httpHeaders.release());
ResourceResponseBase.cpp 99 PassOwnPtr<ResourceResponse> ResourceResponseBase::adopt(PassOwnPtr<CrossThreadResourceResponseData> data) function in class:WebCore::ResourceResponseBase
112 response->m_httpHeaderFields.adopt(data->m_httpHeaders.release());
  /external/webkit/Source/WebKit/win/
COMEnumVariant.h 39 static COMEnumVariant* adopt(ContainerType&);
76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& container) function in class:COMEnumVariant
COMPropertyBag.h 45 static COMPropertyBag* adopt(HashMapType&);
91 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap) function in class:COMPropertyBag
  /external/webkit/Source/JavaScriptCore/API/
JSRetainPtr.h 38 enum AdoptTag { Adopt };
67 void adopt(T);
148 template<typename T> inline void JSRetainPtr<T>::adopt(T optr) function in class:JSRetainPtr
  /external/webkit/Source/WebCore/css/
CSSSelectorList.cpp 41 void CSSSelectorList::adopt(CSSSelectorList& list) function in class:WebCore::CSSSelectorList
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 148 RefPtr<SharedMemory> memory = adopt(handle.m_handle, handle.m_size, protection);
158 PassRefPtr<SharedMemory> SharedMemory::adopt(HANDLE handle, size_t size, Protection protection) function in class:WebKit::SharedMemory
  /external/webkit/Source/WebKit2/UIProcess/API/cpp/
WKRetainPtr.h 106 void adopt(PtrType);
148 template<typename T> inline void WKRetainPtr<T>::adopt(PtrType optr) function in class:WebKit::WKRetainPtr
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 58 static UString adopt(Vector<UChar, inlineCapacity>& vector) { return StringImpl::adopt(vector); } function in class:JSC::UString
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 188 static PassRefPtr<StringImpl> adopt(Vector<UChar, inlineCapacity>& vector) function in class:WTF::StringImpl
198 static PassRefPtr<StringImpl> adopt(StringBuffer&);
WTFString.h 96 // copying, consider using String::adopt instead.
119 static String adopt(StringBuffer& buffer) { return StringImpl::adopt(buffer); } function in class:WTF::String
121 static String adopt(Vector<UChar, inlineCapacity>& vector) { return StringImpl::adopt(vector); } function in class:WTF::String
  /external/webkit/Source/WebCore/platform/graphics/win/
QTPixelBuffer.cpp 112 void QTPixelBuffer::adopt(CVPixelBufferRef ref) function in class:QTPixelBuffer
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 220 adopt(this.currentLabel);
317 private void adopt(Label target) { method in class:Code
322 throw new IllegalArgumentException("Cannot adopt label; it belongs to another Code");
332 adopt(label);
348 adopt(target);
365 adopt(catchClause);
462 adopt(newLabel);
534 adopt(trueLabel);
    [all...]
  /external/icu4c/i18n/
tznames_impl.cpp 446 // ZNStringPool::adopt() Put a string into the hash, but do not copy the string data
450 const UChar *ZNStringPool::adopt(const UChar * s, UErrorCode &status) { function in class:ZNStringPool
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1258 milliseconds

1 2