HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 76 - 100 of 382) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom70.js 83 ancestor type.
typeinfoisderivedfrom71.js 82 of an union of the ancestor type.
typeinfoisderivedfrom72.js 83 ancestor type.
typeinfoisderivedfrom73.js 82 where the ancestor type is a member of the union and is a union itself.
typeinfoisderivedfrom63.js 79 The isDerivedFrom method checks if this TypeInfo derives from the specified ancestor type.
typeinfoisderivedfrom66.js 81 The isDerivedFrom method checks if this TypeInfo derives from the specified ancestor type.
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 242 bool FrameTree::isDescendantOf(const Frame* ancestor) const
244 if (!ancestor)
247 if (m_thisFrame->page() != ancestor->page())
251 if (frame == ancestor)
FrameTree.h 55 bool isDescendantOf(const Frame* ancestor) const;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/chromium/chrome/browser/resources/shared/js/
util.js 86 * Return the first ancestor for which the {@code predicate} returns true.
90 * @return {Node} The found ancestor or null if not found.
  /frameworks/base/core/java/android/view/
TouchDelegate.java 27 * class should be used by an ancestor of the delegate. To use a TouchDelegate, first create an
31 * The ancestor should then forward all of its touch events received in its
  /frameworks/base/libs/hwui/
Snapshot.h 75 * Indicates that this snapshot or an ancestor snapshot is
213 * The ancestor layer's dirty region.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal); local
203 if ( ancestor==null ) return false;
204 t = ancestor;
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 160 // class IOMedia. Since the filesystem service's entire ancestor chain
179 // Look at each of the filesystem service's ancestor services, beginning
181 // any ancestor service matches the class used for disk images, the
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 180 // B is an ancestor of A.
192 // A is an ancestor of B.
201 // Neither node is an ancestor of the other.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 174 * those that are descendants of the nearest ancestor that matches
187 * those that are descendants of the nearest ancestor that matches
204 * those that are descendants of the nearest ancestor that matches
218 * When level="single", it goes up to the first node in the ancestor-or-self axis
220 * one plus the number of preceding siblings of that ancestor that match the count
221 * pattern. If there is no such ancestor, it constructs an empty list. If the from
223 * that are descendants of the nearest ancestor that matches the from pattern.
231 * those that are descendants of the nearest ancestor that matches the from pattern.
238 * the union of the members of the preceding and ancestor-or-self axes). If the
596 * and a context, find the first ancestor that matches th
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as 27 /** Walk upwards and get first ancestor with this token type. */
  /external/chromium/chrome/browser/
platform_util_common_linux.cc 61 // A detached widget won't have a toplevel window as an ancestor, so we can't
  /external/guava/guava-tests/test/com/google/common/collect/
ArrayListMultimapTest.java 76 * Test throwing ConcurrentModificationException when a sublist's ancestor's
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchildnodeancestor.js 83 an ancestor node(root node) to it.
hc_nodereplacechildnodeancestor.js 83 one of its children with an ancestor node(root node).
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeappendchildnodeancestor.js 83 an ancestor node(root node) to it.
hc_nodereplacechildnodeancestor.js 83 one of its children with an ancestor node(root node).
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 110 // Invalidate resources in ancestor chain, if needed.
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.h 69 // No node in the set is ancestor of another. Unlike m_isSorted, this is assumed to be false, unless the caller sets it to true.

Completed in 978 milliseconds

1 2 34 5 6 7 8 91011>>