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

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 327 // The event box won't stay below its children's GdkWindows unless we
329 // below its children then events will be routed to it rather than the
330 // children.
513 // Create a button for each of the children on the bookmark bar.
568 GList* children = gtk_container_get_children( local
570 int count = g_list_length(children);
571 g_list_free(children);
957 GList* children = gtk_container_get_children( local
    [all...]
  /external/ppp/pppd/
main.c 155 int childwait_done; /* have timed out waiting for children */
231 static struct subprocess *children; variable in typeref:struct:subprocess
630 for (chp = children; chp != NULL; chp = chp->next)
    [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 748 for (int i = 0; i < parent->children()->length(); ++i) {
749 const ProfileNode* child = parent->children()->at(i);
800 CHECK(current->children()->length() == 0 ||
801 current->children()->length() == 1);
802 if (current->children()->length() == 1) {
804 CHECK_EQ(0, current->children()->length());
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 39 this.sidebarElement.addStyleClass("children");
116 for (var treeElement = this.sidebarTree.children[0]; treeElement; treeElement = treeElement.traverseNextTreeElement(false, this.sidebarTree, true)) {
605 var nodes = dataGrid.children.slice();
1037 var children = parentTreeElement.children; variable
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 120 node.children = Array();
220 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
294 me.node.children = new Array();
309 mom = mom.children[j];
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 361 Stmt::child_range StmtExprChild = StmtE->children();
368 Stmt::child_range CompStmtChild = CompS->children();
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 101 node.children = Array();
201 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
275 me.node.children = new Array();
290 mom = mom.children[j];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 43 self.children = []
55 self.parent_instance.children.append(self)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchild.js 79 node to the list of children. The last node in the list
hc_nodechildnodes.js 80 that contains all children of this node.
hc_nodehaschildnodesfalse.js 79 does not have any children.
hc_nodeinsertbeforerefchildnull.js 80 node "newChild" at the end of the list of children.
hc_nodelistindexequalzero.js 78 Create a list of all the children elements of the third
hc_nodelistindexgetlength.js 81 Create a list of all the children elements of the third
hc_nodelistindexgetlengthofemptylist.js 81 Create a list of all the children of the Text node
hc_nodelistindexnotzero.js 82 Create a list of all the children elements of the third
hc_nodelistreturnfirstitem.js 78 Create a list of all the children elements of the third
hc_nodelistreturnlastitem.js 78 Create a list of all the children elements of the third
hc_nodelisttraverselist.js 80 Create a list of all the children elements of the third
hc_noderemovechild.js 79 indicated by "oldChild" from the list of children and
hc_noderemovechildnode.js 83 children and the first child should now be the child
hc_noderemovechildoldchildnonexistent.js 83 node that is not one of its children. An attempt to
hc_nodereplacechildnodeancestor.js 83 one of its children with an ancestor node(root node).
hc_nodereplacechildoldchildnonexistent.js 83 node that is not one of its children. An attempt to

Completed in 1081 milliseconds

<<21222324252627282930>>