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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
InlineFlowBox.cpp 268 static inline bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child)
273 if (child == ancestor)
281 if (parent == ancestor)
291 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child)
295 if (object == ancestor)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 281 // If you call node->rendererIsEditable() since that will return true if an ancestor is editable.
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 761 ClassDef ancestor = this; local
762 while (ancestor.classDepth > superclassDepth) {
763 ancestor = ancestor.getSuperclass();
766 return ancestor == superclassDef;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1358 int ancestor=_parent(elementNodeIndex); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
c14n.c 576 * - The nearest ancestor element of E in the node-set has a default
589 * ancestor nodes of each orphan element node for attributes in the xml
646 * - the nearest ancestor element of E in the node-set has a default
694 * an output ancestor of the namespace node's parent element.
    [all...]
  /external/libxml2/
c14n.c 576 * - The nearest ancestor element of E in the node-set has a default
589 * ancestor nodes of each orphan element node for attributes in the xml
646 * - the nearest ancestor element of E in the node-set has a default
694 * an output ancestor of the namespace node's parent element.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 5050 RenderObject* ancestor = nearestCommonHoverAncestor(oldHoverObj, newHoverObj); local
    [all...]
  /art/compiler/sea_ir/ir/
sea.h 273 // Returns the "lowest common ancestor" of @i and @j in the dominator tree.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 779 * A text node is preserved if an ancestor element of the text node
781 * no closer ancestor element has xml:space with a value of default.
795 * A text node is preserved if an ancestor element of the text node
797 * no closer ancestor element has xml:space with a value of default.
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 241 // Tooltips become invalid when the root ancestor changes. When the View
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 793 aura::Window* ancestor = NULL;
797 ancestor = parent;
801 if (ancestor)
802 UpdateStacking(ancestor);
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
inline_editable_list.js 130 // would try to focus on an ancestor of the mousedown target element,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 162 // This loop appears to find the nearest ancestor of minNode (in DOM order)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 289 // Navigation of a subframe during loading of an ancestor frame does not create a new back/forward item.
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 260 byte-size-dirty bits in the parent and ancestor objects whenever a child or
  /external/droiddriver/src/com/google/android/droiddriver/finders/
By.java 302 * Matches a UiElement whose ancestor matches the given ancestorFinder. For
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 54 * to the ancestor for which the collisionshape is generated
  /external/libxml2/include/libxml/
xpath.h 383 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/protobuf/python/google/protobuf/
message.py 243 byte-size-dirty bits in the parent and ancestor objects whenever a child or
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 30 * Tests hiding and showing the list filter by hiding and showing an ancestor of the
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 79 var ancestor = this.superclass && this.superclass.prototype;
87 if (ancestor && Object.isFunction(value) &&
91 return function() { return ancestor[m].apply(this, arguments) };
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 134 """Walk upwards looking for ancestor with this token type."""
139 """Walk upwards and get first ancestor with this token type."""
890 """Walk upwards looking for ancestor with this token type."""
894 """Walk upwards and get first ancestor with this token type."""
    [all...]

Completed in 2355 milliseconds

<<11121314151617181920>>