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

  /external/webkit/WebCore/dom/
StaticNodeList.h 44 static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes) function in class:WebCore::StaticNodeList
  /external/webkit/WebCore/css/
CSSSelectorList.cpp 37 void CSSSelectorList::adopt(CSSSelectorList& list) function in class:WebCore::CSSSelectorList
  /external/webkit/WebCore/platform/network/
HTTPHeaderMap.cpp 53 void HTTPHeaderMap::adopt(auto_ptr<CrossThreadHTTPHeaderMapData> data) function in class:WebCore::HTTPHeaderMap
ResourceRequestBase.cpp 39 auto_ptr<ResourceRequest> ResourceRequestBase::adopt(auto_ptr<CrossThreadResourceRequestData> data) function in class:WebCore::ResourceRequestBase
49 request->m_httpHeaderFields.adopt(auto_ptr<CrossThreadHTTPHeaderMapData>(data->m_httpHeaders.release()));
77 data->m_httpHeaders.adopt(httpHeaderFields().copyData());
ResourceResponseBase.cpp 88 auto_ptr<ResourceResponse> ResourceResponseBase::adopt(auto_ptr<CrossThreadResourceResponseData> data) function in class:WebCore::ResourceResponseBase
101 response->m_httpHeaderFields.adopt(std::auto_ptr<CrossThreadHTTPHeaderMapData>(data->m_httpHeaders.release()));
117 data->m_httpHeaders.adopt(httpHeaderFields().copyData());
  /external/webkit/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/WebKit/win/
COMEnumVariant.h 39 static COMEnumVariant* adopt(ContainerType&);
76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& container) function in class:COMEnumVariant
COMPropertyBag.h 43 static COMPropertyBag* adopt(HashMapType&);
89 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap) function in class:COMPropertyBag
  /external/chromium/third_party/icu/source/i18n/
sortkey.cpp 99 void CollationKey::adopt(uint8_t *values, int32_t count) { function in class:CollationKey
  /external/icu4c/i18n/
sortkey.cpp 99 void CollationKey::adopt(uint8_t *values, int32_t count) { function in class:CollationKey
zstrfmt.cpp 2010 const UChar *ZSFStringPool::adopt(const UChar * s, UErrorCode &status) { function in class:ZSFStringPool
    [all...]
  /external/webkit/JavaScriptCore/API/
JSRetainPtr.h 38 enum AdoptTag { Adopt };
70 void adopt(T);
113 template <typename T> inline void JSRetainPtr<T>::adopt(T optr) function in class:JSRetainPtr
  /external/webkit/JavaScriptCore/wtf/
OwnPtr.h 58 // FIXME: This should be renamed to adopt.
61 void adopt(std::auto_ptr<ValueType> autoPtr) { ASSERT(!autoPtr.get() || m_ptr != autoPtr.get()); deleteOwnedPtr(m_ptr); m_ptr = autoPtr.release(); } function in class:WTF::OwnPtr
  /external/webkit/WebCore/platform/text/
PlatformString.h 87 static String adopt(StringBuffer& buffer) { return StringImpl::adopt(buffer); } function in class:WebCore::String
88 static String adopt(Vector<UChar>& vector) { return StringImpl::adopt(vector); } function in class:WebCore::String
  /external/webkit/JavaScriptCore/runtime/
UString.cpp 90 CString CString::adopt(char* c, size_t length) function in class:JSC::CString
UString.h 58 static CString adopt(char*, size_t); // buffer should be allocated with new[].
106 static PassRefPtr<UStringImpl> adopt(Vector<UChar, inlineCapacity>& vector) function in class:JSC::UString
108 return Rep::adopt(vector);
UStringImpl.h 88 static PassRefPtr<UStringImpl> adopt(Vector<UChar, inlineCapacity>& vector) function in class:JSC::UStringImpl

Completed in 593 milliseconds