Searched refs:adopt (Results 1 - 25 of 133) sorted by relevance

123456

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dfpositer.cpp59 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { argument
60 // Verify that adopt has valid data, and update status if it doesn't.
62 if (adopt) {
63 if ((adopt->size() % 3) != 0) {
66 for (int i = 1; i < adopt->size(); i += 3) {
67 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) {
79 delete adopt;
84 data = adopt;
85 pos = adopt
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcaltztst.cpp71 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt) argument
79 fgDateFormat = adopt;
80 adopt = 0;
84 delete adopt;
117 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt) argument
125 fgCalendar = adopt;
126 adopt = 0;
131 delete adopt;
H A Dsfwdchit.cpp42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { argument
48 if(adopt == FALSE) {
58 } else { // adopt = TRUE
H A Dsfwdchit.h16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp42 return ImmutableArray::adopt(vector);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWebKitNamedFlow.cpp115 return StaticNodeList::adopt(regionNodes);
123 return StaticNodeList::adopt(regionNodes);
137 return StaticNodeList::adopt(regionNodes);
150 return StaticNodeList::adopt(regionNodes);
161 return StaticNodeList::adopt(regionNodes);
174 return StaticNodeList::adopt(contentNodes);
183 return StaticNodeList::adopt(contentNodes);
H A DStaticNodeList.h43 static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes) function in class:WebCore::StaticNodeList
H A DChildListMutationScope.cpp133 RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes);
134 RefPtr<NodeList> removedNodes = StaticNodeList::adopt(m_removedNodes);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/cpp/efl/
H A DWKEinaSharedString.cpp37 ALWAYS_INLINE const char* fromRefType(WKRefType strRef, bool adopt = false)
43 if (adopt)
61 : m_string(fromRefType(stringRef, /*adopt*/ true))
72 : m_string(fromRefType(urlRef, /*adopt*/ true))
109 WKEinaSharedString WKEinaSharedString::adopt(Eina_Stringshare* string) function in class:WKEinaSharedString
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dfpositer.h107 void setData(UVector32 *adopt, UErrorCode& status);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DImmutableDictionary.cpp60 return ImmutableArray::adopt(vector);
H A DImmutableArray.h50 static PassRefPtr<ImmutableArray> adopt(APIObject** entries, size_t size) function in class:WebKit::ImmutableArray
54 static PassRefPtr<ImmutableArray> adopt(Vector<RefPtr<APIObject>>& entries) function in class:WebKit::ImmutableArray
H A DWebOpenPanelParameters.cpp61 return ImmutableArray::adopt(vector);
80 return ImmutableArray::adopt(vector);
H A DWebSerializedScriptValue.h52 static PassRefPtr<WebSerializedScriptValue> adopt(Vector<uint8_t>& buffer) function in class:WebKit::WebSerializedScriptValue
54 return adoptRef(new WebSerializedScriptValue(WebCore::SerializedScriptValue::adopt(buffer)));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/
H A DPluginInformation.cpp125 return ImmutableDictionary::adopt(map);
145 return ImmutableDictionary::adopt(map);
159 return ImmutableDictionary::adopt(map);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLFormElementCustom.cpp61 return toJS(exec, jsForm->globalObject(), StaticNodeList::adopt(namedItems).get());
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPHeaderMap.h51 void adopt(PassOwnPtr<CrossThreadHTTPHeaderMapData>);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKArray.cpp47 RefPtr<ImmutableArray> array = ImmutableArray::adopt(reinterpret_cast<APIObject**>(const_cast<void**>(values)), numberOfValues);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFormClient.cpp44 RefPtr<ImmutableDictionary> textFieldsMap = ImmutableDictionary::adopt(map);
H A DWebDatabaseManagerProxy.cpp178 databases.append(ImmutableDictionary::adopt(detailsMap));
185 originAndDatabasesMap.set(databaseDetailsKey(), ImmutableArray::adopt(databases));
187 result.append(ImmutableDictionary::adopt(originAndDatabasesMap));
190 RefPtr<ImmutableArray> resultArray = ImmutableArray::adopt(result);
217 callback->performCallbackWithReturnValue(ImmutableArray::adopt(securityOrigins).get());
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DWebUIPopupMenuClient.cpp49 ItemsArray = ImmutableArray::adopt(webPopupItems);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_eina_shared_string.cpp76 WKEinaSharedString string(WKEinaSharedString::adopt(eina_stringshare_add(testString)));
79 string = WKEinaSharedString::adopt(eina_stringshare_add(anotherTestString));
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSelectorList.h43 void adopt(CSSSelectorList& list);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTPixelBuffer.h58 void adopt(CVPixelBufferRef);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DCookieJarWin.cpp65 return String::adopt(buffer);

Completed in 280 milliseconds

123456