/external/chromium_org/skia/config/ |
sk_ref_cnt_ext_debug.h | 17 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/icu/icu4c/source/common/ |
sharedptr.h | 55 * reference counter then this object will contain NULL, and adopted 60 explicit SharedPtr(T *adopted=NULL) : ptr(adopted), refPtr(NULL) { 107 * On memory allocation error creating reference counter for adopted 110 bool reset(T *adopted) { 111 SharedPtr<T> newValue(adopted); 112 if (adopted != NULL && newValue.ptr == NULL) {
|
ustrenum.cpp | 241 * StringEnumeration is adopted; after this call, the caller must not 245 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) { 247 if (U_SUCCESS(*ec) && adopted != NULL) { 253 result->context = adopted; 257 delete adopted;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeShared.h | 33 template<typename NodeType> void adopted(TreeShared<NodeType>*); 98 friend void adopted<>(TreeShared<NodeType>*); 105 template<typename NodeType> inline void adopted(TreeShared<NodeType>* object) function in namespace:WebCore
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
RefCounted.h | 139 friend void adopted(RefCountedBase*); 153 inline void adopted(RefCountedBase* object) function in namespace:WTF
|
PassRefPtr.h | 35 inline void adopted(const void*) { } function in namespace:WTF 188 adopted(p);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uenum.h | 162 * 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(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
|
/external/icu/icu4c/source/common/unicode/ |
uenum.h | 162 * 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/skia/src/core/ |
SkRecordOpts.cpp | 206 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), [all...] |
/external/skia/src/core/ |
SkRecordOpts.cpp | 206 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), [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.h | 200 * Register a prototype (adopted). This adds an entry to the 384 TransliteratorEntry* adopted, 388 TransliteratorEntry* adopted, 395 TransliteratorEntry* adopted,
|
rbt_pars.h | 280 * @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);
|
transreg.cpp | 449 void adoptPrototype(Transliterator* adopted); 484 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { 489 u.prototype = adopted; 866 TransliteratorEntry* adopted, 874 registerEntry(ID, s, target, variant, adopted, visible); 881 TransliteratorEntry* adopted, 889 registerEntry(id, source, target, variant, adopted, visible); 893 * Register an entry object (adopted) with the given ID, source, 900 TransliteratorEntry* adopted, 903 registry.put(ID, adopted, status) [all...] |
rbt_pars.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
transreg.h | 200 * Register a prototype (adopted). This adds an entry to the 384 TransliteratorEntry* adopted, 388 TransliteratorEntry* adopted, 395 TransliteratorEntry* adopted,
|
rbt_pars.h | 280 * @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);
|
transreg.cpp | 451 void adoptPrototype(Transliterator* adopted); 486 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { 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, status) [all...] |
rbt_pars.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustrenum.cpp | 232 * StringEnumeration is adopted; after this call, the caller must not 236 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec) { 238 if (U_SUCCESS(*ec) && adopted != NULL) { 244 result->context = adopted; 248 delete adopted;
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.css | 91 .detection-logs-adopted-language {
|
translate_internals.js | 321 'detection-logs-adopted-language');
|
/external/icu/icu4c/source/test/intltest/ |
measfmttest.cpp | 519 static MeasureUnit toMeasureUnit(MeasureUnit *adopted) { 520 MeasureUnit result(*adopted); 521 delete adopted; [all...] |
transrt.cpp | 99 TransliteratorPointer(Transliterator* adopted) { 100 t = adopted; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transrt.cpp | 98 TransliteratorPointer(Transliterator* adopted) { 99 t = adopted; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
Heap.h | [all...] |