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

1 2

  /external/webkit/Source/WebCore/platform/
TreeShared.h 32 template<typename T> void adopted(TreeShared<T>*);
123 friend void adopted<>(TreeShared<T>*);
135 template<typename T> inline void adopted(TreeShared<T>* object) function in namespace:WebCore
  /external/webkit/Source/JavaScriptCore/wtf/
RefCounted.h 113 friend void adopted(RefCountedBase*);
125 inline void adopted(RefCountedBase* object) function in namespace:WTF
  /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(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
  /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 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...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode16.js 96 var adopted;
125 adopted = doc.adoptNode(docFragment);
129 (adopted != null)
132 parentImp = adopted.firstChild;
documentadoptnode28.js 79 Attribute "dir" as the source. Verify if the node has been adopted correctly by
80 checking the nodeName of the adopted Element and by checking if the attribute was adopted.
81 Note the default attribute should be adopted in this case.
documentadoptnode24.js 82 For Element Nodes, specified attribute nodes of the source element are adopted, Default
83 attributes are discarded and descendants of the source element are recursively adopted.
86 Document as the source. Verify if the node has been adopted correctly by checking the
documentadoptnode26.js 79 a new Document as the source. Verify if the node has been adopted correctly by checking the
80 nodeName of the adopted Element and by checking if the attribute was adopted.
documentadoptnode27.js 79 a new Document as the source. Verify if the node has been adopted correctly by checking the
80 nodeName of the adopted Element and by checking if the attribute was adopted.
documentrenamenode09.js 83 created in the original Document, but later adopted by this new document node. The
100 var adopted;
113 adopted = newDoc.adoptNode(attr);
documentadoptnode06.js 79 child. Check if this attribute has been adopted successfully by verifying the nodeName, namespaceURI, prefix,
80 specified and ownerElement attributes of the adopted node. Also verify the ownerDocument attribute
81 of the adopted node and the adopted children of the attribute node.
documentadoptnode30.js 79 if the node has been adopted correctly by checking the nodeValue of the adopted node.
documentadoptnode01.js 78 Adopt the class attribute node of the fourth acronym element. Check if this attribute has been adopted successfully by verifying the
79 nodeName, nodeType, nodeValue, specified and ownerElement attributes of the adopted node.
documentadoptnode02.js 78 Adopt the class attribute node of the fourth acronym element. Check if this attribute has been adopted
80 of the adopted node.
documentadoptnode03.js 79 if this attribute has been adopted successfully by verifying the nodeName, namespaceURI, prefix,
80 specified and ownerElement attributes of the adopted node.
documentadoptnode04.js 79 this document. Check if this attribute has been adopted successfully by verifying the nodeName,
80 namespaceURI, prefix, specified and ownerElement attributes of the adopted node.
documentadoptnode05.js 79 this attribute has been adopted successfully by verifying the nodeName, namespaceURI, prefix,
80 specified and ownerElement attributes of the adopted node.
documentadoptnode13.js 80 are recursively adopted, check if the adopted node has children.
documentadoptnode14.js 80 are recursively adopted, check if the adopted node has children.
documentadoptnode25.js 79 Document as the source. Verify if the node has been adopted correctly by checking the
80 nodeName of the adopted Element.
documentadoptnode31.js 79 source. Verify if the node has been adopted correctly by checking the nodeValue of the adopted
documentadoptnode32.js 85 Document as the source. Verify if the node has been adopted correctly by checking the nodeValue
86 of the adopted node.
  /external/icu4c/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;

Completed in 1440 milliseconds

1 2