/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITree.cs | 68 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
TreeIterator.cs | 113 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITree.cs | 72 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
TreeIterator.cs | 134 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
Tree.java | 60 /** Walk upwards and get first ancestor with this token type. */
|
TreeIterator.java | 106 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 49 /** Walk upwards and get first ancestor with this token type. */
|
ANTLRTreeIterator.m | 158 // if no children, look for next sibling of ancestor
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ReverseAxesWalker.java | 125 // (preceding-sibling::*|following-sibling::*)/ancestor::*[position()]/*[position()]
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
candidates.properties | 65 org.objenesis.tck.candidates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
|
/external/valgrind/main/docs/lib/ |
vg-fo.xsl | 161 <xsl:with-param name="node" select="ancestor-or-self::set[1]"/> 214 <xsl:with-param name="node" select="ancestor-or-self::book[1]"/> 270 select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
|
/external/webkit/Source/WebCore/dom/ |
Node.h | 477 // happens when the node becomes part of the document tree, i.e. only when the document is actually an ancestor of 484 // Notifies the node that it is no longer part of the document tree, i.e. when the document is no longer an ancestor 493 // on connectedness to some ancestor (e.g., an ancestor <form> for example).
|
NodeIterator.cpp | 171 // or if removed node is not the reference node, or the ancestor of the reference node.
|
PositionIterator.cpp | 41 // FIXME: This check is inadaquete because any ancestor could be ignored by editing
|
/external/webkit/Source/WebCore/editing/ |
VisibleSelection.cpp | 496 // The selection ends in editable content or non-editable content inside a different editable ancestor, 497 // move backward until non-editable content inside the same lowest editable ancestor is reached. 526 // The selection starts in editable content or non-editable content inside a different editable ancestor, 527 // move forward until non-editable content inside the same lowest editable ancestor is reached.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
treeoutline.js | 323 // ancestor exists in the tree. 770 TreeElement.prototype.hasAncestor = function(ancestor) { 771 if (!ancestor) 776 if (ancestor === currentNode)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.h | 176 // to an ancestor of this layer. The target render surface determines the
|
/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 70 // we've found the nodes just below the lowest comment ancestor.
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.h | 360 // Gets the nearest enclosing positioned ancestor layer (also includes 370 // Ancestor compositing layer, excluding this. 406 // Bounding box relative to some ancestor layer. 726 bool m_isPaginated : 1; // If we think this layer is split by a multi-column ancestor, then this bit will be set. [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResource.cpp | 147 // Invalidate resources in ancestor chain, if needed.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeappendchildnodeancestor.java | 36 * an ancestor node(root node) to it.
|
hc_nodereplacechildnodeancestor.java | 36 * one of its children with an ancestor node(root node).
|