HomeSort by relevance Sort by last modified time
    Searched full:children (Results 501 - 525 of 2686) sorted by null

<<21222324252627282930>>

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodechildnodesempty.js 79 that contains all children of this node. If there
80 are not any children, this is a NodeList that does not
hc_nodeinsertbeforedocfragment.js 79 its children are inserted in the same order before the
86 extra children("newChild1" and "newChild2") at
hc_nodeinsertbeforeinvalidnodetype.js 80 a type that does not allow children of the type "newChild"
84 created Attr node. An Element node cannot have children
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.js 79 of all descendant Elements in the order the children
86 "5" in the order the children were encountered.
hc_elementgetelementsbytagnamespecialvalue.js 84 The method should return all the descendant children(6)
85 in the order the children were encountered.
hc_nodeappendchildinvalidnodetype.js 80 a type that does not allow children of the type "newChild"
84 created Attr node. An Element node cannot have children
hc_nodechildnodesappendchild.js 79 is live. Changes on the node's children are immediately
82 Create a NodeList of the children of the second employee
hc_nodechildnodesempty.js 79 that contains all children of this node. If there
80 are not any children, this is a NodeList that does not
hc_nodeinsertbeforedocfragment.js 79 its children are inserted in the same order before the
86 extra children("newChild1" and "newChild2") at
hc_nodeinsertbeforeinvalidnodetype.js 80 a type that does not allow children of the type "newChild"
84 created Attr node. An Element node cannot have children
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore09.js 80 If refChild is null, insert newChild at the end of the list of children.
81 If newChild is a DocumentFragment object, all of its children are inserted, in the same
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 391 HRESULT STDMETHODCALLTYPE WebHistoryItem::children(unsigned* outChildCount, SAFEARRAY** outChildren) function in class:WebHistoryItem
401 const HistoryItemVector& coreChildren = m_historyItem->children();
406 SAFEARRAY* children = SafeArrayCreateVector(VT_UNKNOWN, 0, static_cast<ULONG>(childCount)); local
407 if (!children)
413 SafeArrayDestroy(children);
418 HRESULT hr = SafeArrayPutElement(children, &longI, item.get());
420 SafeArrayDestroy(children);
426 *outChildren = children;
WebHistoryItem.h 99 virtual HRESULT STDMETHODCALLTYPE children(unsigned* childCount, SAFEARRAY** children);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 32 * If AnimationSet sets any properties that its children also set
38 * AnimationSet itself, some are pushed down to the children, and some are ignored,
440 final ArrayList<Animation> children = mAnimations; local
441 final int count = children.size();
461 Animation a = children.get(i);
499 final ArrayList<Animation> children = mAnimations;
500 final int count = children.size();
503 children.get(i).setStartOffset(offsets[i]);
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 34 * The factory used to create the two children.
61 * @throws IllegalStateException if this switcher already contains two children
  /frameworks/base/tools/preload/
Proc.java 44 final List<Proc> children = new ArrayList<Proc>(); field in class:Proc
159 for (Proc child : children) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnamespecialvalue.java 36 * The method should return all the descendant children(6)
37 * in the order the children were encountered.
hc_elementgetelementsbytagnameaccessnodelist.java 32 * of all descendant Elements in the order the children
38 * "5" in the order the children were encountered.
hc_elementgetelementsbytagnamespecialvalue.java 36 * The method should return all the descendant children(6)
37 * in the order the children were encountered.
hc_nodechildnodesempty.java 32 * that contains all children of this node. If there
33 * are not any children, this is a NodeList that does not
hc_nodeinsertbeforedocfragment.java 32 * its children are inserted in the same order before the
39 * extra children("newChild1" and "newChild2") at
nodeappendchild.java 32 * "newChild" to the end of the list of children of the
36 * node to the list of children. The last node in the list
nodechildnodesempty.java 32 * that contains all children of this node. If there
33 * are not any children, this is a NodeList that does not
nodeinsertbeforedocfragment.java 32 * its children are inserted in the same order before the
39 * extra children("newChild1" and "newChild2") at
  /ndk/sources/host-tools/make-3.81/
commands.c 458 process group, but it means we want to kill the children. */
463 for (c = children; c != 0; c = c->next)
482 /* Remote children won't automatically get signals sent
484 for (c = children; c != 0; c = c->next)
488 for (c = children; c != 0; c = c->next)
491 /* Clean up the children. We don't just use the call below because
492 we don't want to print the "Waiting for children" message. */
497 /* Wait for our children to die. */

Completed in 491 milliseconds

<<21222324252627282930>>