HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 451 - 475 of 736) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/win/
AccessibleBase.cpp 149 *count = static_cast<long>(m_object->children().size());
541 // Navigating to next and previous is allowed from self or any of our children.
703 if (childIndex >= m_object->children().size())
705 childObj = m_object->children().at(childIndex).get();
  /frameworks/base/tools/localize/
localize.cpp 467 const vector<XMLNode*>& children = source->Children(); local
468 const size_t I = children.size();
470 target->EditChildren().push_back(pseudolocalize_xml_node(children[i], settings));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 651 NodeList children = node.getChildNodes(); local
652 for (int i = 0, n = children.getLength(); i < n; i++) {
653 Node child = children.item(i);
XmlPrettyPrinter.java 174 NodeList children = node.getChildNodes(); local
175 for (int i = 0, n = children.getLength(); i < n; i++) {
176 Node child = children.item(i);
676 // If the element had element children, separate the end tag from them
782 // line as the element (unless it has children). in other files, separate them
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 345 // Record children of the target right before the drop (such that we can
346 // find out after the drop which exact children were inserted)
347 Set<INode> children = new HashSet<INode>(); local
349 children.add(node);
376 if (!children.contains(node)) {
594 // to cover the children in the layout, not the whole visible screen area, which
PreviewIconFactory.java 154 NodeList children = root.getChildNodes(); local
155 for (int i = 0, n = children.getLength(); i < n; i++) {
156 Node node = children.item(i);
235 documentDescriptor = new DocumentDescriptor("temp", null/*children*/);//$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 547 IJavaElement[] children;
548 children = root.getChildren();
549 for (IJavaElement child : children) {
564 // Couldn't get the children: we just ignore this package root.
  /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 751 for (int i = 0; i < parent->children()->length(); ++i) {
752 const ProfileNode* child = parent->children()->at(i);
803 CHECK(current->children()->length() == 0 ||
804 current->children()->length() == 1);
805 if (current->children()->length() == 1) {
807 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-sdk/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/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/v8/src/
global-handles.cc 570 Object*** children,
573 implicit_ref_groups_.Add(ImplicitRefGroup::New(parent, children, length));
  /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

Completed in 1153 milliseconds

<<11121314151617181920>>