/external/chromium_org/ui/base/models/ |
tree_node_iterator.h | 53 // Returns the next descendant.
|
/external/chromium_org/ui/views/widget/ |
drop_helper.h | 76 // set to the deepest descendant of the RootView that contains the point
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementretrievetagname.java | 32 * of all descendant elements with a given tagName.
|
hc_elementretrievetagname.java | 32 * of all descendant elements with a given tagName.
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
getElementsByTagNameNS09.java | 35 * Element should return a new NodeList of all descendant Elements with a given
|
importNode06.java | 42 * whose descendant is imported.
|
importNode12.java | 40 * Method should return a node of type Entity whose descendant is copied.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.h | 74 // Return true if this object is equal to or a descendant of |ancestor|. 97 // Returns the deepest descendant that contains the specified point.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerStackingNode.h | 198 // descendant nodes within the stacking context that have z-indices of 0 or greater 208 // If this is true, then no non-descendant appears between any of our
|
RenderCounter.cpp | 546 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer)) 547 updateCounters(*descendant);
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 176 * @param accessibilityNodeId A unique view id or virtual descendant id from 233 * @param accessibilityNodeId A unique view id or virtual descendant id from 281 * @param accessibilityNodeId A unique view id or virtual descendant id from 328 * @param accessibilityNodeId A unique view id or virtual descendant id from 372 * @param accessibilityNodeId A unique view id or virtual descendant id from 414 * @param accessibilityNodeId A unique view id or virtual descendant id from
|
AccessibilityNodeInfo.java | 430 * Bits that provide the id of a virtual descendant of a view. 436 * virtual descendant of a view. Such a descendant does not exist in the view 454 * Gets the virtual descendant id which identifies an imaginary view in a 473 * @param virtualDescendantId A virtual descendant id. 546 * Sets the source to be a virtual descendant of the given <code>root</code>. 550 * A virtual descendant is an imaginary View that is reported as a part of the view 562 * @param virtualDescendantId The id of the virtual descendant. 728 * Adds a virtual child which is a descendant of the given <code>root</code>. 732 * A virtual descendant is an imaginary View that is reported as a part of the vie [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 556 * Gets the descendant focusability of this view group. The descendant 574 * Set the descendant focusability of this view group. This defines the relationship [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 245 // "/descendant-or-self::node()/table[3]" in order for the indexes 334 return Axis.DESCENDANT; 365 case Axis.DESCENDANT : 786 (Axis.DESCENDANT == axis) 875 // inverted for match to "self::*/descendant-or-self::@*/parent::node()", 878 // "self::*/descendant-or-self::*/attribute::*/parent::node()" 921 else if(Axis.DESCENDANT == pat.getAxis()) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
menu_manager.h | 202 // Recursively appends all descendant items (children, grandchildren, etc.) 206 // Recursively removes all descendant items (children, grandchildren, etc.), 342 // Returns true if item is a descendant of an item with id |ancestor_id|.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 499 Node.prototype.isDescendant = function(descendant) 501 return !!descendant && descendant.isAncestor(this);
|
/frameworks/base/docs/html/training/implementing-navigation/ |
lateral.jd | 22 <li><a href="{@docRoot}training/design-navigation/descendant-lateral.html">Providing Descendant and Lateral Navigation</a></li> 47 as described in <a href="{@docRoot}training/design-navigation/descendant-lateral.html">Designing
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 156 // Recursively removes all descendant items (children, grandchildren, etc.), 268 // Returns true if item is a descendant of an item with id |ancestor_id|.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility.h | 83 // Return true if this object is equal to or a descendant of |ancestor|. 132 // Returns the deepest descendant that contains the specified point
|
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | [all...] |
ScrollView.java | [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HorizontalScrollView.java | [all...] |
/external/chromium_org/cc/layers/ |
render_surface_impl.cc | 92 // by descendant layers.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeBrowserProviderClient.java | 73 * @return The root node of the bookmark folder hierarchy with all its descendant folders
|