HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 51 - 75 of 546) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp 71 SVGGraphicsElement::StyleUpdateStrategy styleUpdateStrategy, const SVGGraphicsElement* ancestor) const
88 // Stop at the nearest viewport ancestor.
92 // Stop at the designated ancestor.
93 done = currentElement == ancestor;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
fixed-position.html 24 ancestor. To make sure this test covers the intended scenario, we force the
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 44 /** ancestor axes string. */
45 private static final String FROM_ANCESTORS_STRING = "ancestor";
47 /** ancestor-or-self axes string. */
49 "ancestor-or-self";
60 /** ancestor axes string. */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 300 View ancestor = (View) parent; local
301 while (ancestor.getParent() != null) {
302 ancestor = (View) ancestor.getParent();
304 ancestor.clearFocus();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 350 NodeImpl ancestor = (NodeImpl)getElementAncestor(this);
351 if (ancestor != null) {
352 return ancestor.lookupNamespaceURI(specifiedPrefix);
380 NodeImpl ancestor = (NodeImpl)getElementAncestor(this);
381 if (ancestor != null) {
382 return ancestor.lookupNamespaceURI(specifiedPrefix);
428 NodeImpl ancestor = (NodeImpl)getElementAncestor(this);
429 if (ancestor != null) {
430 return ancestor.isDefaultNamespace(namespaceURI);
452 NodeImpl ancestor = (NodeImpl)getElementAncestor(this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
73 IPA_JF_ANCESTOR /* represented by field ancestor */
110 /* Structure holding data required to describe an ancestor pass-through
115 /* Offset of the field representing the ancestor. */
127 agg_preserved set or an ancestor jump function with agg_preserved set, all
177 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:ipa_jump_func::jump_func_value
256 /* Return the offset of an ancestor jump function JFUNC. */
262 return jfunc->value.ancestor.offset;
265 /* Return the result type of an ancestor jump function JFUNC. *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 175 bool SVGRenderSupport::transformToRootChanged(RenderObject* ancestor)
177 while (ancestor && !ancestor->isSVGRoot()) {
178 if (ancestor->isSVGTransformableContainer())
179 return toRenderSVGContainer(ancestor)->didTransformToRootUpdate();
180 if (ancestor->isSVGViewportContainer())
181 return toRenderSVGViewportContainer(ancestor)->didTransformToRootUpdate();
182 ancestor = ancestor->parent();
  /external/chromium_org/ui/accessibility/
ax_tree_serializer.h 82 // Return the least common ancestor of a node in the source tree
84 // The least common ancestor is the closest ancestor to |node| (which
86 // and for which both the source and client tree agree on their ancestor
113 // node 4, so the LCA is the first ancestor both trees agree on.
117 // Return the least common ancestor of |node| that's in the client tree.
125 // to the least common ancestor of the previous LCA and the previous
208 // Start at the root. Keep going until the source ancestor chain and
209 // client ancestor chain disagree. The last node before they disagree
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 594 /* Skip to next preceding or ancestor */
635 xmlNodePtr ancestor; local
652 /* ancestor-or-self::*[count] */
653 for (ancestor = node;
654 (ancestor != NULL) && (ancestor->type != XML_DOCUMENT_NODE);
655 ancestor = xmlXPathNextAncestor(parser, ancestor)) {
658 xsltTestCompMatchList(context, ancestor, fromPat))
661 if ((count == NULL && node->type == ancestor->type &&
    [all...]
  /external/chromium_org/ui/base/models/
tree_node_model.h 159 // Returns true if this == ancestor, or one of this nodes parents is
160 // ancestor.
161 bool HasAncestor(const NodeType* ancestor) const {
162 if (ancestor == this)
164 if (!ancestor)
166 return parent_ ? parent_->HasAncestor(ancestor) : false;
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 42 typedef typename remove_all<Lhs>::type Ancestor;
43 typedef typename traits<Ancestor>::XprKind XprKind;
45 RowsAtCompileTime = traits<Ancestor>::RowsAtCompileTime,
46 ColsAtCompileTime = traits<Ancestor>::ColsAtCompileTime,
47 MaxRowsAtCompileTime = traits<Ancestor>::MaxRowsAtCompileTime,
48 MaxColsAtCompileTime = traits<Ancestor>::MaxColsAtCompileTime
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focuser.js 16 * Sets the browser focus to the targetNode or its closest ancestor that is
23 * its closest ancestor. Default is false.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 116 for (HTMLElement* ancestor = Traversal<HTMLElement>::firstAncestor(*this); ancestor; ancestor = Traversal<HTMLElement>::firstAncestor(*ancestor)) {
117 if (!legendAncestor && isHTMLLegendElement(*ancestor))
118 legendAncestor = ancestor;
119 if (isHTMLFieldSetElement(*ancestor)) {
120 fieldSetAncestor = toHTMLFieldSetElement(ancestor);
FormAssociatedElement.cpp 124 // 4. Otherwise, if the form-associated element in question has an ancestor
126 // such ancestor form element.
187 // element's form owner is its nearest form element ancestor after the
188 // change to the ancestor chain, then do nothing, and abort these steps.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.h 72 // Push geometry info between this renderer and some ancestor. The ancestor must be its container() or some
  /external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.h 29 // Walks up the ancestor chain to see if this is a descendant of the root.
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 69 // we've found the nodes just below the lowest comment ancestor.
195 const Element* ancestor = topLayerAncestor(element); local
198 size_t start = ancestor ? elements.find(ancestor) + 1 : 0;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
LayerRect.idl 36 for layer squashing) this will the node representing an ancestor
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 15 // Test that names appear as if in deepest common ancestor.
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ChainFinder.java 29 * Note typically first Finder finds the ancestor, then second Finder finds the
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 551 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
552 if (ancestor->contains(startContainerNode))
553 return positionAfterNode(ancestor);
554 return positionBeforeNode(ancestor);
569 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
570 if (ancestor->contains(endContainerNode))
571 return positionBeforeNode(ancestor);
572 return positionAfterNode(ancestor);
642 // The selection ends in editable content or non-editable content inside a different editable ancestor,
643 // move backward until non-editable content inside the same lowest editable ancestor is reached
    [all...]
  /external/chromium_org/ui/wm/core/
window_modality_controller.cc 30 bool HasAncestor(aura::Window* window, aura::Window* ancestor) {
33 if (window == ancestor)
35 return HasAncestor(window->parent(), ancestor);
window_util.cc 120 const aura::Window* ancestor) {
122 if (transient_parent == ancestor)
125 HasTransientAncestor(transient_parent, ancestor) : false;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 29 static bool AreTypesCompatible(QualType Derived, QualType Ancestor,
34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
37 return C.typesAreCompatible(Derived, Ancestor);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 76 * 3) If there is > 1 but < 3 ancestors, return ancestor/ancestor2/folder
77 * 4) If there are > 3 ancestors, return the top most ancestor, and direct parent
78 * of the folder, and the folder: ancestor/.../directParent/folder

Completed in 1363 milliseconds

1 23 4 5 6 7 8 91011>>