HomeSort by relevance Sort by last modified time
    Searched refs:adopted (Results 1 - 23 of 23) sorted by null

  /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/chromium_org/third_party/WebKit/Source/core/dom/
TreeShared.h 32 template<typename NodeType> void adopted(TreeShared<NodeType>*);
100 friend void adopted<>(TreeShared<NodeType>*);
107 template<typename NodeType> inline void adopted(TreeShared<NodeType>* object) function in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/wtf/
RefCounted.h 148 friend void adopted(RefCountedBase*);
162 inline void adopted(RefCountedBase* object) function in namespace:WTF
PassRefPtr.h 34 inline void adopted(const void*) { } function in namespace:WTF
164 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/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/icu4c/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/icu4c/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/icu4c/common/
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/chrome/browser/resources/translate_internals/
translate_internals.css 91 .detection-logs-adopted-language {
translate_internals.js 321 'detection-logs-adopted-language');
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 98 TransliteratorPointer(Transliterator* adopted) {
99 t = adopted;
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 99 TransliteratorPointer(Transliterator* adopted) {
100 t = adopted;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 316 milliseconds