HomeSort by relevance Sort by last modified time
    Searched full:descendant (Results 151 - 175 of 347) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 575 * Sets the source to be a virtual descendant of the given <code>root</code>.
579 * A virtual descendant is an imaginary View that is reported as a part of the view
586 * @param virtualDescendantId The id of the virtual descendant.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 134 case Axis.DESCENDANT :
201 case Axis.DESCENDANT :
    [all...]
DTMDefaultBaseTraversers.java 133 case Axis.DESCENDANT :
369 // Otherwise, it could be a descendant below the subtree root
623 * Tell if this node identity is a descendant. Assumes that
632 * @return true if the index is a descendant of _startNode.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 614 for (Frame* descendant = m_frame->tree().traverseNext(m_frame); descendant; descendant = descendant->tree().traverseNext(m_frame))
615 descendant->navigationScheduler().startTimer();
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 55 // Iterate back-to-front, so that damage correctly propagates from descendant
732 // CASE 1: Damage to a descendant surface should propagate properly to
763 // If descendant layer changes and affects the content bounds of the render
764 // surface, then the entire descendant surface should be damaged, and it
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 320 // Returns true if |window| is a descendant of the shelf.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer_unittest.cc 320 // Changes for descendant files ("folder2" and "file2") should be ignored.
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service.cc 94 // the information for all descendant bookmark nodes is maintained.
  /external/chromium_org/net/spdy/
spdy_priority_forest_test.cc 84 // So is this change (now that 9 is no longer a descendant of 1):
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 230 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
236 case CSSSelector::Descendant:
297 // If we're in the same tree-scope as the scoping element, then following a shadow descendant combinator would escape that and thus the scope.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 114 // Using these during tree walk will allow style selector to optimize child and descendant selector lookups.
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 96 // destructed tree scope in each descendant.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h 262 // Recurses down the tree, parenting descendant compositing layers and collecting an array of child layers for the current compositing layer.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 50 // (5) StyleDifferenceRepaintLayer - The layer and its descendant layers needs to be repainted.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 456 * @param {!WebInspector.DOMNode} descendant
459 isDescendant: function(descendant)
461 return descendant !== null && descendant.isAncestor(this);
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 261 descendant object is modified.
  /external/protobuf/python/google/protobuf/
message.py 244 descendant object is modified.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 205 Recursively yield all descendant nodes in the tree starting at *node*
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 125 raise SyntaxError("invalid descendant")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 205 Recursively yield all descendant nodes in the tree starting at *node*
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 125 raise SyntaxError("invalid descendant")
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 837 // Remove all descendant submenu-model data pointers.
872 // it to delete descendant submenu models, which is why we cleared those
    [all...]
  /external/chromium_org/third_party/launchpad_translations/
inspector_strings_en-AU.xtb 20 <translation id="1471549911969958014">Paused on a \&quot;<ph name="BREAKPOINT"/>\&quot; breakpoint set on <ph name="NODE"/>, because its descendant <ph name="CHILD"/> was removed.</translation>
29 <translation id="1708703581063682228">Paused on a \&quot;<ph name="BREAKPOINT"/>\&quot; breakpoint set on <ph name="NODE"/>, because a new child was added to its descendant <ph name="CHILD"/>.</translation>
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 565 /* it is an error for a func:result element to not be a descendant
577 "func:result element not a descendant "
  /external/chromium_org/tools/grit/grit/node/
base.py 79 for descendant in child.ActiveDescendants():
80 yield descendant

Completed in 1091 milliseconds

1 2 3 4 5 67 8 91011>>