Searched refs:adopted (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_debug.h17 void adopted() const { flags_ |= Adopted_Flag; } function in class:SkRefCnt
32 inline void adopted(const SkRefCnt* object) { function in namespace:WTF
35 object->adopted();
44 using WTF::adopted;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeShared.h33 template<typename NodeType> void adopted(TreeShared<NodeType>*);
98 friend void adopted<>(TreeShared<NodeType>*);
105 template<typename NodeType> void adopted(TreeShared<NodeType>* object) function in namespace:blink
/external/icu/icu4c/source/common/
H A Dsharedptr.h55 * reference counter then this object will contain NULL, and adopted
60 explicit SharedPtr(T *adopted=NULL) : ptr(adopted), refPtr(NULL) { argument
107 * On memory allocation error creating reference counter for adopted
110 bool reset(T *adopted) { argument
111 SharedPtr<T> newValue(adopted);
112 if (adopted != NULL && newValue.ptr == NULL) {
H A Dustrenum.cpp241 * StringEnumeration is adopted; after this call, the caller must not
245 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) { argument
247 if (U_SUCCESS(*ec) && adopted != NULL) {
253 result->context = adopted;
257 delete adopted;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duenum.h162 * StringEnumeration is adopted; after this call, the caller must not
164 * @param adopted the C++ StringEnumeration to be wrapped in a UEnumeration.
166 * @return a UEnumeration wrapping the adopted StringEnumeration.
170 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec);
/external/icu/icu4c/source/common/unicode/
H A Duenum.h162 * StringEnumeration is adopted; after this call, the caller must not
164 * @param adopted the C++ StringEnumeration to be wrapped in a UEnumeration.
166 * @return a UEnumeration wrapping the adopted StringEnumeration.
170 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCounted.h139 friend void adopted(RefCountedBase*);
153 inline void adopted(RefCountedBase* object) function in namespace:WTF
H A DPassRefPtr.h35 inline void adopted(const void*) { } function in namespace:WTF
188 adopted(p);
/external/skia/src/core/
H A DSkRecordOpts.cpp206 Adopted<DrawPosText> adopted(draw);
207 SkNEW_PLACEMENT_ARGS(record->replace<DrawPosTextH>(begin, adopted),
247 Adopted<DrawPosTextH> adopted(draw);
248 SkNEW_PLACEMENT_ARGS(record->replace<BoundedDrawPosTextH>(begin, adopted),
250 (&adopted, adjusted.fTop, adjusted.fBottom));
279 Adopted<PushCull> adopted(push.command);
280 SkNEW_PLACEMENT_ARGS(fRecord->replace<PairedPushCull>(push.index, adopted),
281 PairedPushCull, (&adopted, skip));
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h280 * @param adopted the UnicodeFunctor to be adopted.
283 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
295 * @param adopted the StringMatcher to be adopted.
297 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
H A Dtransreg.h200 * Register a prototype (adopted). This adds an entry to the
384 TransliteratorEntry* adopted,
388 TransliteratorEntry* adopted,
395 TransliteratorEntry* adopted,
H A Dtransreg.cpp451 void adoptPrototype(Transliterator* adopted);
486 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { argument
491 u.prototype = adopted;
868 TransliteratorEntry* adopted,
876 registerEntry(ID, s, target, variant, adopted, visible);
883 TransliteratorEntry* adopted,
891 registerEntry(id, source, target, variant, adopted, visible);
895 * Register an entry object (adopted) with the given ID, source,
902 TransliteratorEntry* adopted,
905 registry.put(ID, adopted, statu
865 registerEntry(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
882 registerEntry(const UnicodeString& ID, TransliteratorEntry* adopted, UBool visible) argument
898 registerEntry(const UnicodeString& ID, const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
[all...]
H A Drbt_pars.cpp1522 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { argument
1528 if (variablesVector.elementAt(i) == adopted) { // [sic] pointer comparison
1534 delete adopted;
1538 variablesVector.addElement(adopted, status);
1570 void TransliteratorParser::setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) { argument
1585 segmentObjects.setElementAt(adopted, seg-1);
1586 variablesVector.setElementAt(adopted, index);
/external/icu/icu4c/source/i18n/
H A Drbt_pars.h280 * @param adopted the UnicodeFunctor to be adopted.
283 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
295 * @param adopted the StringMatcher to be adopted.
297 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
H A Dtransreg.h200 * Register a prototype (adopted). This adds an entry to the
384 TransliteratorEntry* adopted,
388 TransliteratorEntry* adopted,
395 TransliteratorEntry* adopted,
H A Dtransreg.cpp451 void adoptPrototype(Transliterator* adopted);
486 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { argument
491 u.prototype = adopted;
868 TransliteratorEntry* adopted,
876 registerEntry(ID, s, target, variant, adopted, visible);
883 TransliteratorEntry* adopted,
891 registerEntry(id, source, target, variant, adopted, visible);
895 * Register an entry object (adopted) with the given ID, source,
902 TransliteratorEntry* adopted,
905 registry.put(ID, adopted, statu
865 registerEntry(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
882 registerEntry(const UnicodeString& ID, TransliteratorEntry* adopted, UBool visible) argument
898 registerEntry(const UnicodeString& ID, const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
[all...]
H A Drbt_pars.cpp1522 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { argument
1528 if (variablesVector.elementAt(i) == adopted) { // [sic] pointer comparison
1534 delete adopted;
1538 variablesVector.addElement(adopted, status);
1570 void TransliteratorParser::setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) { argument
1585 segmentObjects.setElementAt(adopted, seg-1);
1586 variablesVector.setElementAt(adopted, index);
/external/chromium_org/third_party/icu/source/common/
H A Dustrenum.cpp241 * StringEnumeration is adopted; after this call, the caller must not
245 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) { argument
247 if (U_SUCCESS(*ec) && adopted != NULL) {
253 result->context = adopted;
257 delete adopted;
/external/chromium_org/chrome/browser/resources/translate_internals/
H A Dtranslate_internals.css91 .detection-logs-adopted-language {
/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp519 static MeasureUnit toMeasureUnit(MeasureUnit *adopted) { argument
520 MeasureUnit result(*adopted);
521 delete adopted;
H A Dtransrt.cpp99 TransliteratorPointer(Transliterator* adopted) { argument
100 t = adopted;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp99 TransliteratorPointer(Transliterator* adopted) { argument
100 t = adopted;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1304 WTF::adopted(ptr);

Completed in 7859 milliseconds