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

<<31323334353637383940>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 30 * "node()" patterns, that is, any children of the
  /external/bluetooth/glib/gio/fen/
fen-dump.c 50 GList* children; local
  /external/bluetooth/glib/tests/
timeloop-basic.c 178 printf ("Children: %d Iters: %d\n", n_children, n_iters);
timeloop-closure.c 198 printf ("Children: %d Iters: %d\n", n_children, n_iters);
timeloop.c 192 printf ("Children: %d Iters: %d\n", n_children, n_iters);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 43 // Retrieves the number of accessible children.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 186 // Returns the root node. The bookmark bar node and other node are children of
284 // Sorts the children of |parent|, notifying observers by way of the
352 // Removes the node from internal maps and recurses through all children. If
437 // children.
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 95 // Children of NetworkConfigView must subclass this and implement the virtual
  /external/chromium/chrome/browser/
mach_broker_mac.h 42 // Clients MUST call this method before fork()ing any children.
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_network_element.js 330 var children = this.childNodes;
332 for (var i = children.length-1; i >= 0; i--) {
333 if (children[i].className == 'network-password') {
334 this.removeChild(children[i]);
  /external/chromium/chrome/browser/sync/glue/
theme_model_associator.cc 91 // any children.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.h 84 // All children of |node| will be added to |menu|.
  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 70 // not FindBarView or any of its children.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 36 // Creates a BookmarkMenuController showing the children of |node| starting
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 47 // size of our children.
view_id_util.cc 24 // Recursively search for the given view ID among the children of |widget|.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h 120 // its children. Used to restore focus once the InfoBar is closed.
link_infobar.cc 66 // This must happen after adding all other children so InfoBarView can ensure
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 24 // Create a parent item and two children.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 102 const std::vector<buzz::XmlElement*>& children);
  /external/chromium/webkit/glue/
webaccessibility.h 218 std::vector<WebAccessibility> children; member in struct:webkit_glue::WebAccessibility
  /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.test.performance.ui/html/
components.html 66 the children status. That means that as soon as one scenario is in error then
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 51 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
229 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
426 int size = this.children.size();
430 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 173 if (this.children == null) {
176 return this.children;
299 this.children = new DimResultsElement[length];
301 this.children[i] = new DimResultsElement(this.results, this, dimensions[i]);

Completed in 551 milliseconds

<<31323334353637383940>>