HomeSort by relevance Sort by last modified time
    Searched full:ancestors (Results 101 - 125 of 222) sorted by null

1 2 3 45 6 7 8 9

  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 130 # it and all its ancestors if necessary.
  /system/media/camera/docs/
metadata_model.py 117 Find all ancestors that match the predicate.
123 A sequence of all ancestors (closest to furthest) from the node,
835 ancestors, call this method on the ancestor nodes.
935 ancestors, call this method on the ancestor nodes.
    [all...]
  /external/chromium_org/ui/aura/
window.h 147 // Returns true if this window and all its ancestors are visible.
150 // account the visibility of the layer and ancestors, where as this tracks
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 123 * this delivers only a single node; if you want all the ancestors,
794 * all ancestors, attributes, and namespace nodes.
799 /** The max ancestors, but it can grow... */
803 * The stack of start node + ancestors up to the root of the tree,
957 * excludes all ancestors.
1213 * Iterator that returns the ancestors of a given node in document
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 439 // - is not visible due to it or one of its ancestors being hidden.
487 // it or any of its ancestors.
511 // it or any of its ancestors.
751 // explicitly compensate for all ancestors' nonzero scroll_deltas to keep
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 603 // Avoid removing the dir attribute and the unicode-bidi and direction properties from the unsplit ancestors.
645 // Avoid applying the unicode-bidi and direction properties beneath ancestors that already have them.
    [all...]
CompositeEditCommand.cpp 1018 Vector<RefPtr<Node> > ancestors; local
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 293 * the node to insert is one of this node's ancestors or this node
329 * the node to put in is one of this node's ancestors or this node
379 * the node to append is one of this node's ancestors or this node
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 343 // ancestors up to its toplevel are visible.
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 289 // ancestors up to its toplevel are visible.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 877 Vector<RefPtr<Node> > ancestors; local
879 ancestors.append(n);
882 for (Vector<RefPtr<Node> >::const_iterator it = ancestors.begin(); it != ancestors.end(); it++) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
pylintrc 76 # R0901: Too many ancestors (8/7)
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.h 89 * easier to just ralloc_free 'mem_ctx' (or any of its ancestors). */
  /external/chromium_org/ui/compositor/
layer.h 216 // Returns true if this Layer is drawn. A Layer is drawn only if all ancestors
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 623 /// Matches a matcher on all ancestors of the given node. Returns true if
629 /// all nodes, as all nodes have ancestors.
649 /// \brief Defines which ancestors are considered for a match.
651 /// All ancestors.
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 229 /// up the dominator tree to destroy ancestors which are now done.
664 /// up the dominator tree to destroy ancestors which are now done.
674 // Now traverse upwards to pop ancestors whose offsprings are all done.
767 // If it's a leaf node, it's done. Traverse upwards to pop ancestors.
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.h 89 * easier to just ralloc_free 'mem_ctx' (or any of its ancestors). */
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 238 * the class and its ancestors and interfaces.
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 456 * ancestors from stealing events in the drag.
  /frameworks/base/docs/html/training/gestures/
viewgroup.jd 162 ancestors to intercept touch events with
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 508 * ancestors from stealing events in the drag.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 144 """Return a list of all ancestors of this node.
904 """Return a list of all ancestors of this node.
912 ancestors = []
915 ancestors.insert(0, t) # insert at start
918 return ancestors
    [all...]
  /external/chromium_org/third_party/libxml/src/
c14n.c 696 * nodes rendered by output ancestors. Push ns_rendered on state stack and
    [all...]
  /external/libxml2/
c14n.c 696 * nodes rendered by output ancestors. Push ns_rendered on state stack and
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 3417 milliseconds

1 2 3 45 6 7 8 9