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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 62 // |data| are an ancestor of |drop_parent| and one of the nodes isn't already
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 25 // nodes, in a top-down fashion, starting from a single common ancestor. A
  /external/chromium/net/http/
http_auth_cache.cc 35 // |container| an ancestor of |path|?
  /external/clang/docs/
IntroductionToTheClangAST.rst 105 common ancestor. Instead, there are multiple larger hierarchies for
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 140 // Return stack memory in an ancestor stack frame is fine.
  /external/valgrind/main/docs/internals/
notes.txt 87 (It was a 3-way merge, using the most recent common ancestor
  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.cpp 72 // to be the ancestor that is startListChild or its sibling
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsPanel.js     [all...]
utilities.js 545 function isAncestorNode(ancestor, node)
547 if (!node || !ancestor)
552 if (ancestor === currentNode)
  /frameworks/base/core/java/android/widget/
CompoundButton.java 367 // Force our ancestor class to save its state
  /frameworks/base/docs/html/training/design-navigation/
ancestral-temporal.jd 34 ancestor screens. Additionally, we should ensure that temporal navigation via the <em>Back</em>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 165 // TODO: Test error (dragging on ancestor)
  /system/media/camera/docs/
metadata_helpers.py 51 Find the closest ancestor that is either a Section or InnerNamespace.
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 142 * parent or ancestor.
179 * parent or ancestor.
195 * parent or ancestor.
  /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/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 188 // If this or an ancestor is transformed, we can't currently compute the correct rect to intersect with.
243 // ancestor's GraphicsLayer. That cannot be determined until all the descendant
244 // RenderLayers of that ancestor have been processed via updateLayerPositions().
365 // If the compositing ancestor has a layer to clip children, we parent in that, and therefore
537 m_ancestorClippingLayer->setName("Ancestor clipping Layer");
    [all...]
RenderLayerCompositor.cpp 96 // ancestor bounds or the bounds for the sibling layers which are above the composited layer.
729 // ancestor with m_subtreeIsCompositing set to false.
758 // This layer now acts as the ancestor for kids.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1358 int ancestor=_parent(elementNodeIndex); local
    [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/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/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

Completed in 689 milliseconds

1 2 3 4 5 6 78 91011>>