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

<<11121314151617181920>>

  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 95 * @param {Object} ancestor The node to see if it's a descendant of.
96 * @return {boolean} True if the node is ancestor or is a descendant of it.
98 function isDescendantOfNode(node, ancestor) {
99 while (node && ancestor) {
100 if (node.isSameNode(ancestor)) {
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list.js 330 // nearest ancestor with an id.
469 var ancestor = this.getListItemAncestor(target);
471 if (ancestor) {
472 index = this.getIndexOfListItem(ancestor);
    [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/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 357 // an ancestor of the start node), we gather nodes up to the next sibling of the end node
461 // We are allowed to leave the highest ancestor with unicode-bidi unsplit if it is unicode-bidi: embed and direction: allowedDirection.
462 // In that case, we return the unsplit ancestor. Otherwise, we return 0.
497 // Split every ancestor through highest ancestor with embedding.
612 // Leave alone an ancestor that provides the desired single level embedding, if there is one.
707 // Start from the highest fully selected ancestor so that we can modify the fully selected node.
    [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 578 * - The nearest ancestor element of E in the node-set has a default
591 * ancestor nodes of each orphan element node for attributes in the xml
648 * - the nearest ancestor element of E in the node-set has a default
696 * an output ancestor of the namespace node's parent element.
1115 * ancestor nodes of each orphan element node for attributes in the xml
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 546 // transformed ancestor.
565 // transformed ancestor.
578 // This code adjusts the paint invalidation rectangle to be in the space of the transformed ancestor of the grouped (i.e. squashed)
580 // an ancestor of all of them, in order to properly take into account any local transforms etc.
    [all...]
RenderFlowThread.cpp 328 // First check if we cached the offset for the block if it's an ancestor containing block of the box
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 5420 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_org/ash/wm/dock/
docked_window_layout_manager.cc     [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/mojo/services/public/interfaces/view_manager/
view_manager.mojom 78 // . |child| is an ancestor of |parent|.
  /external/chromium_org/net/http/
http_auth_cache.cc 36 // |container| an ancestor of |path|?
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 43 /** Requests that ancestor directories are created if they do not exist. */
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 109 # files, as code generator output depends on inheritance (both ancestor
  /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/markdown/extensions/
toc.py 95 #print "%d is ancestor of %d" % (current['level'], prev_element['level'])
  /external/chromium_org/third_party/polymer/components/core-selector/
core-selector.html 412 // find first ancestor of target (including itself) that
  /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/libxml2/include/libxml/
xpath.h 384 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
  /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
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 234 // is an ancestor of the active path.

Completed in 1155 milliseconds

<<11121314151617181920>>