HomeSort by relevance Sort by last modified time
    Searched defs:descendants (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/
tracked_objects.h 716 std::vector<ParentChildPairSnapshot> descendants; member in struct:tracked_objects::ProcessDataSnapshot
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 355 public static List<Tree> descendants(Tree root){ method in class:GrammarAST
356 return descendants(root, false);
359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ method in class:GrammarAST
369 for (Tree subchild : descendants(child, true))
378 for (Tree subchild : descendants(child, false))
392 List<Tree> descendants = descendants(this); local
393 for (Tree child : descendants) {
449 Iterator<Tree> thisDescendants = descendants(this, true).iterator();
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 126 TrackedRendererListHashSet* descendants = percentHeightDescendants(); local
127 return descendants && !descendants->isEmpty();
  /external/chromium_org/sync/syncable/
directory.cc 316 const OrderedChildSet* descendants = local
318 if (!descendants)
322 child_sets->push_back(descendants);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 235 // descendants).
310 // If we have unclipped descendants, the draw transform is a translation.
556 // A layer and its descendants should render onto a new RenderSurfaceImpl if
603 // types of quads than RenderPassDrawQuad. Layers having descendants that draw
614 // If the layer clips its descendants but it is not axis-aligned with respect
658 // the blending descendants might have access to the content behind this layer
659 // (layer has transparent background or descendants overflow).
2113 typename LayerType::LayerListType& descendants = local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 610 milliseconds