HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 376 - 400 of 1029) sorted by null

<<11121314151617181920>>

  /external/libxml2/include/libxml/
entities.h 42 struct _xmlNode *children; /* First child link */ member in struct:_xmlEntity
  /external/qemu/hw/
qdev.h 40 QLIST_HEAD(, DeviceState) children; member in struct:BusState
  /external/quake/quake/src/QW/client/
r_bsp.c 299 pn = pnode->children[i];
314 R_RecursiveClipBPoly (psideedges[i], pnode->children[i],
555 // recurse down the children, front side first
556 R_RecursiveWorldNode (node->children[side], clipflags);
637 R_RecursiveWorldNode (node->children[!side], clipflags);
  /external/quake/quake/src/QW/server/
sv_ents.c 61 node = node->children[0];
63 node = node->children[1];
66 SV_AddToFatPVS (org, node->children[0]);
67 node = node->children[1];
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 299 pn = pnode->children[i];
314 R_RecursiveClipBPoly (psideedges[i], pnode->children[i],
555 // recurse down the children, front side first
556 R_RecursiveWorldNode (node->children[side], clipflags);
637 R_RecursiveWorldNode (node->children[!side], clipflags);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 152 private List<ViewNode> children = new ArrayList<ViewNode>(); field in class:ViewLoader.ViewNode
163 return children;
167 children.add(viewNode);
173 for (ViewNode child : children) {
  /external/skia/src/core/
SkRTree.h 121 // Helper for sorting our children arrays by sides of their rects
155 int distributeChildren(Branch* children);
  /external/webkit/LayoutTests/dom/html/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_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_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/WebCore/accessibility/
AccessibilityScrollView.cpp 61 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityScrollView::children() function in class:WebCore::AccessibilityScrollView
69 // AX information (because there are no scroll bar children in the ScrollView object in WK1).
AccessibilitySlider.cpp 52 const AccessibilityObject::AccessibilityChildrenVector& AccessibilitySlider::children() function in class:WebCore::AccessibilitySlider
  /external/webkit/Source/WebCore/html/
HTMLElement.h 38 PassRefPtr<HTMLCollection> children();
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 71 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
73 children()->destroyLeftoverChildren();
75 // Destroy our continuation before anything other than anonymous children.
76 // The reason we don't destroy it before anonymous children is that they may
77 // have continuations of their own that are anonymous children of our continuation.
95 // lines aren't pointing to deleted children. If the first line box does
160 children()->updateBeforeAfterContent(this, BEFORE);
161 children()->updateBeforeAfterContent(this, AFTER);
246 // the children after |beforeChild| and put them in a clone of this object.
260 children()->updateBeforeAfterContent(this, AFTER)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 67 HashSet<GtkWidget*> children; member in struct:_WebKitWebViewPrivate

Completed in 1609 milliseconds

<<11121314151617181920>>