/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 83 * (without descendants of AdapterView).</li> 85 * (without descendants of AdapterView).</li> 87 * inclusive (for descendants of AdapterView).</li> 89 * inclusive (for descendants of AdapterView).</li> 91 * (for descendants of AdapterView).</li> 111 * (without descendants of AdapterView).</li> 113 * (without descendants of AdapterView).</li> 115 * inclusive (for descendants of AdapterView).</li> 117 * inclusive (for descendants of AdapterView).</li> 119 * (for descendants of AdapterView).</li [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeListImpl.java | 37 * Constructs a NodeList by searching for all descendants or the direct 40 * @param tagName The tag name to be searched for. If null, all descendants 43 * to all descendants otherwise.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 58 * The descendant axis contains the descendants of the context node; 66 * descendants of the context node. 73 * any descendants and excluding attribute nodes and namespace nodes. 121 * root, descendants, attributes, and namespace node decls. 202 "descendants-from-root", // 17 203 "descendants-or-self-from-root", // 18
|
/libcore/luni/src/main/java/org/w3c/dom/ |
EntityReference.java | 29 * resolution depends on where the entity reference is, the descendants of 35 * all their descendants are readonly.
|
Text.java | 103 * <br>Where the nodes to be removed are read-only descendants of an 106 * <code>EntityReference</code> to be removed has descendants that are
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion9-expected-completion64.txt | 63 <requestFocus /> : Requests focus for the parent element or one of its descendants
|
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.h | 32 // that widget and all of its descendants will start sending accessibility 34 // specific descendants using other methods.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
textreplacewholetext06.js | 86 Where the nodes to be removed are read-only descendants of an EntityReference, the EntityReference 88 descendants that are not EntityReference, Text, or CDATASection nodes, the replaceWholeText
|
documentadoptnode24.js | 83 attributes are discarded and descendants of the source element are recursively adopted.
|
nodegettextcontent15.js | 80 The method getTextContent returns the text content of this node and its descendants.
|
nodegettextcontent16.js | 80 The method getTextContent returns the text content of this node and its descendants.
|
/external/webkit/Source/WebCore/manual-tests/ |
nested-plug-ins.html | 21 non-displaying ancestor, and that making an ancestor visible and displaying shows only its descendants the are visible and displaying.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.h | 72 // Returns true if any of the layer's descendants has content to draw. 196 // Render surface associated with this layer. The layer and its descendants 200 // Hierarchical bounding rect containing the layer and its descendants.
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 44 that View's descendants. A View's measured width and measured height values 91 descendants will fit within this size.</li> 93 child. The child must guarantee that it and all of its descendants will fit
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_observer.h | 51 // Invoked when the children (just direct children, not descendants) of
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.html | 23 content, and 'img' and 'span' tags as descendants somewhere.
|
/external/clang/include/clang/AST/ |
ParentMap.h | 28 /// stmt tree of S. All children of S including indirect descendants are
|
/external/v8/tools/ |
profile_view.js | 91 * corresponding function and its descendants (not that depending on 153 * corresponding function and its descendants (not that depending on
|
/external/webkit/Source/WebCore/dom/ |
NodeIterator.cpp | 103 // In other words, FILTER_REJECT does not pass over descendants 132 // In other words, FILTER_REJECT does not pass over descendants
|
/external/webkit/Source/WebKit2/WebProcess/win/ |
WebProcessWin.cpp | 173 // Also include any descendants of those top-level windows. 178 // Also include any descendants of the WebPages' windows which we've created (e.g., for windowed plugins).
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_mac_uitest.mm | 151 // Observe AX notifications on element and all descendants.
|
/external/webkit/Source/WebCore/rendering/ |
CounterNode.h | 77 // and in the renderers of all descendants of this counter, if any.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerRendererChromium.cpp | 596 // The layer and its descendants render on a new RenderSurface if any of 598 // 1. The layer clips its descendants and its transform is not a simple translation. 727 LayerList& descendants = (drawLayer->renderSurface() ? drawLayer->renderSurface()->m_layerList : layerList); local 728 descendants.append(drawLayer); 729 unsigned thisLayerIndex = descendants.size() - 1; [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 135 print "%s%s" % (" "*indent, self.descendants) 187 values. Recursively calls itself for all descendants. 190 all descendants of this node. (dmode or fmode may be None.) Also 192 dmode, fmode) tuple that will match the most descendants of that 197 d = self.descendants = {(self.uid, self.gid, self.mode, None): 1} 207 # descendants. 210 # descendants. 216 # Now find the dmode and fmode that match the most descendants
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 183 * Exports all of the preferences of this node and all its descendants to a 211 * Forces all pending updates to this node and its descendants to be 215 * this node, not its descendants. 701 * Removes this preference node with all its descendants. The removal won't 769 * Synchronizes the data of this preference node and its descendants with 771 * should be reflected in this node and its descendants, and at the same 772 * time any local changes to this node and descendants should be persisted. [all...] |