/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 579 /** descendants axes opcode. */ 582 /** descendants-of-self axes opcode. */
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 227 * descendants of the source <code>Attr</code> are recursively imported 234 * was set to <code>true</code>, the descendants of the source 252 * <code>true</code>, the descendants of the source element are 262 * copied. If a <code>deep</code> import is requested, the descendants [all...] |
Entity.java | 36 * <code>Entity</code> nodes and all their descendants are readonly.
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 115 * parsing of each node. The node and all of its descendants will exist 128 * and any of its descendants.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ChildTestIterator.java | 38 /** The traverser to use to navigate over the descendants. */
|
DescendantIterator.java | 356 /** The traverser to use to navigate over the descendants. */
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_tree.h | 190 // Fill the tree store for a row and all its descendants.
|
/external/webkit/Source/WebCore/html/ |
HTMLLabelElement.cpp | 71 // Search the children and descendants of the label element for a form element.
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.h | 611 // Both updates the status, and returns true if descendants of this have 3d. 708 // (auto will count as 0). m_negZOrderList holds descendants within our stacking context with negative 728 // we ended up painting this layer or any descendants (and therefore need to 745 bool m_has3DTransformedDescendant : 1; // Set on a stacking context layer that has 3D descendants anywhere [all...] |
RenderLayerBacking.h | 98 // for descendants, but its contents usually render into the window (in which case this returns true).
|
RenderCounter.cpp | 290 // - Non-reset CounterNodes cannot have descendants. 361 // We are searching descendants of a previous sibling of the renderer that the
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLFraction.cpp | 58 // FIXME: mfrac where bevelled=true will need to reorganize the descendants
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContainer.java | 96 * the bar will block focus and touch from all of its descendants. This
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 58 * false, these children and their descendants will be rejected. Note
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditor.java | 139 // Refresh the manifest UI node and all its descendants
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ |
ResourcesEditor.java | 131 // Refresh the manifest UI node and all its descendants
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/ |
LayoutAnalysisCategory.java | 74 * @return All descendants, this node excluded.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.h | 67 // Detach all descendants of this subtree and push all of the node pointers,
|
/external/chromium/chrome/browser/history/ |
starred_url_database.h | 55 // . Moves all bookmarks and folders that are not descendants of the bookmark
|
/external/chromium/chrome/browser/ui/ |
shell_dialogs.h | 151 // This is overridden in the platform-specific descendants of FileSelectDialog
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 226 // child of one of its own descendants. It is legal to pass NULL for
|
/external/llvm/lib/Analysis/ |
TypeBasedAliasAnalysis.cpp | 34 // all of its descendants and all of its ancestors in the tree. Also,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 180 // Refresh the manifest UI node and all its descendants
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 238 * direct descendants.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 542 * descendants. When it is defined to be null, setting it has no effect. 592 * descendants. When it is defined to be null, setting it has no effect.
|