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

<<31323334353637383940>>

  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.h 154 // any children.
158 // Remove all the sync nodes associated with |node| and its children.
bookmark_model_associator.cc 257 // has children.
324 // * When all children sync nodes are done, add the extra children bookmark
331 // children under them are all the same.
409 // At this point all the children nodes of the parent sync node have
410 // corresponding children in the parent bookmark node and they are all in
412 // So the children starting from index in the parent bookmark node are the
531 // Add all children of the current node to the stack.
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 97 // This method should not be triggered directly as we paint our children
99 // paint the children. Hence we override this method to a no-op so that
  /external/chromium/net/disk_cache/
mem_entry_impl.h 142 // Initializes the children map and sparse info. This method is only called
162 // Removes child indexed by |child_id| from the children map.
  /external/chromium/third_party/libevent/
min_heap.h 93 greater than one or both its children. Since the children are known
  /external/chromium-trace/src/tracing/
timeline.js 443 for (var i = 0; i < this.tracks_.children.length; i++)
444 this.tracks_.children[i].detach();
500 for (var i = 0; i < this.tracks_.children.length; i++)
501 this.tracks_.children[i].detach();
588 for (var i = 0; i < this.tracks_.children.length; ++i)
589 this.tracks_.children[i].addAllObjectsMatchingFilterToSelection(
894 for (i = 0; i < this.tracks_.children.length; i++) {
895 var track = this.tracks_.children[i];
  /external/clang/include/clang/AST/
StmtIterator.h 152 /// for (StmtRange range = stmt->children(); range; ++range)
189 /// for (ConstStmtRange range = stmt->children(); range; ++range)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/elfutils/libdw/
dwarf_siblingof.c 91 must not return the dies for children of the given die. */
114 /* This abbreviation has children. */
  /external/guava/guava/src/com/google/common/collect/
BstMutationResult.java 96 * be treated as a subtree, but only as an entry, and no guarantees are made about its children
106 * treated as a subtree, but only as an entry, and no guarantees are made about its children when
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 71 List<ChildCollisionShape> children = shape.getChildren(); local
73 for (Iterator<ChildCollisionShape> it = children.iterator(); it.hasNext();) {
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 222 RegionSet children; member in class:llvm::Region
238 /// verifyRegionNest - Verify if the region and its children are valid
433 /// @param moveChildren Move the children of this region, that are also
469 iterator begin() { return children.begin(); }
470 iterator end() { return children.end(); }
472 const_iterator begin() const { return children.begin(); }
473 const_iterator end() const { return children.end(); }
500 /// are direct children of this Region. It does not iterate over any
  /external/oprofile/libpp/
format_output.cpp 515 cg_symbol::children::const_iterator cit;
516 cg_symbol::children::const_iterator cend = sym->callers.end();
738 cg_symbol::children const cg_symb, op_bfd * & abfd)
740 cg_symbol::children::const_iterator cit;
741 cg_symbol::children::const_iterator cend = cg_symb.end();
943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb,
947 cg_symbol::children::const_iterator cit;
948 cg_symbol::children::const_iterator cend = cg_symb.end();
  /external/qemu/elff/
dwarf_die.h 141 * in which children DIEs have been discovered).
194 * in which children DIEs have been discovered).
  /external/quake/quake/src/QW/client/
bspfile.h 145 short children[2]; // negative numbers are -(leafs+1), not nodes member in struct:__anon11504
155 short children[2]; // negative numbers are contents member in struct:__anon11505
gl_refrag.c 150 R_SplitEntityOnNode (node->children[0]);
153 R_SplitEntityOnNode (node->children[1]);
  /external/quake/quake/src/WinQuake/
gl_refrag.cpp 150 R_SplitEntityOnNode (node->children[0]);
153 R_SplitEntityOnNode (node->children[1]);
worlda.s 120 // num = node->children[1];
122 // num = node->children[0];
  /external/skia/src/pdf/
SkPDFPage.cpp 55 // choose 8 (kNodeSize) as the number of allowed children. The internal
56 // nodes have type "Pages" with an array of children, a parent pointer, and
  /external/valgrind/main/
README_PACKAGERS 89 valgrind -v --trace-children=yes firefox
91 valgrind -v --trace-children=yes soffice
  /external/valgrind/main/memcheck/perf/
many-loss-records.c 33 /* every n top blocks, 1 block and all its children will be freed instead of
37 /* every n release block operation, 1 block and its children will be leaked */
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 177 ASSERT(currentNode->callIdentifier() == (currentNode->parent()->children()[currentNode->parent()->children().size() - 1])->callIdentifier());
ProfileNode.h 99 // Children members
100 const Vector<RefPtr<ProfileNode> >& children() const { return m_children; } function in class:JSC::ProfileNode
  /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).
AccessibilityTableColumn.cpp 77 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityTableColumn::children() function in class:WebCore::AccessibilityTableColumn
94 AccessibilityChildrenVector rowChildren = children();

Completed in 229 milliseconds

<<31323334353637383940>>