HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 176 - 200 of 522) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 123 // drop_parent can't accept a child that is an ancestor.
  /external/chromium_org/media/webm/
webm_parser.h 123 // Checks to see if |id_b| is a sibling or ancestor of |id_a|.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 61 { "InvalidNodeTypeError", "The supplied node is invalid or has an invalid ancestor for this operation.", 24 },
FullscreenElementStack.cpp 157 // The context object's node document, or an ancestor browsing context's document does not have
163 // is not an ancestor of the context object. (NOTE: Ignore this requirement if the request was
197 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
344 // 4. The fullscreenEnabled attribute must return true if the context object and all ancestor
NodeIterator.cpp 166 // or if removed node is not the reference node, or the ancestor of the reference node.
PositionIterator.cpp 42 // FIXME: This check is inadaquete because any ancestor could be ignored by editing
Node.cpp 936 // Return true if other is an ancestor of this, otherwise false
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
treeoutline.js 307 // Walk down to populate each ancestor's children, to fill in the tree and the cache.
765 TreeElement.prototype.hasAncestor = function(ancestor) {
766 if (!ancestor)
771 if (ancestor === currentNode)
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 152 // there are no focusable children of |ancestor| after |start_at|.
153 static View* GetNextFocusableView(View* ancestor,
156 DCHECK(ancestor->Contains(start_at));
168 } while (parent != ancestor);
1620 const MenuItemView* ancestor = state_.item; local
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 146 // know when the position of any ancestor changes, or our visibility relative
  /external/chromium_org/webkit/tools/layout_tests/
test_expectations_asan.txt 11 crbug.com/145940 [ Linux ] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html [ Skip ]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 276 // B is an ancestor of A.
288 // A is an ancestor of B.
297 // Neither node is an ancestor of the other.
358 // Neither node is an ancestor of the other.
LoopInfo.cpp 480 // For reducible loops, NL is now an ancestor of Unloop.
533 assert(OldParent && "new loop is not an ancestor of the original");
568 // Find the subloop ancestor that is directly contained within Unloop.
571 assert(Subloop && "subloop is not an ancestor of the original loop");
678 // Remove blocks from former ancestor loops.
  /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::*)"/>
  /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).
nodeappendchildnodeancestor.java 36 * an ancestor node(root node) to it.
nodereplacechildnodeancestor.java 36 * one of its children with an ancestor node(root node).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 207 /** Returns true if the given parent node is an ancestor of the given child node */
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 351 // an ancestor of the start node), we gather nodes up to the next sibling of the end node
444 // We are allowed to leave the highest ancestor with unicode-bidi unsplit if it is unicode-bidi: embed and direction: allowedDirection.
445 // In that case, we return the unsplit ancestor. Otherwise, we return 0.
480 // Split every ancestor through highest ancestor with embedding.
597 // Leave alone an ancestor that provides the desired single level embedding, if there is one.
692 // Start from the highest fully selected ancestor so that we can modify the fully selected node.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp 334 // Scrolled composited layers are clipped by their ancestor clipping layer,
353 // If this or an ancestor is transformed, we can't currently compute the correct rect to intersect with.
415 // ancestor's GraphicsLayer. That cannot be determined until all the descendant
416 // RenderLayers of that ancestor have been processed via updateLayerPositions().
463 // If our containing block is our ancestor scrolling layer, then we'll already be clipped
464 // to it via our scroll parent and we don't need an ancestor clipping layer.
606 // If the compositing ancestor has a layer to clip children, we parent in that, and therefore
649 // size by constraining relative to a clipping ancestor or the viewport, we
    [all...]
RenderLayerCompositor.cpp 1963 RenderLayer* ancestor = layer->parent(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 322 return Axis.ANCESTOR;
350 * @param axis One of Axis.ANCESTOR, etc.
357 case Axis.ANCESTOR :
874 // If we don't do the magic below, then "@*/ancestor-or-self::*" gets
    [all...]

Completed in 1642 milliseconds

1 2 3 4 5 6 78 91011>>