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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/cc/trees/
damage_tracker.cc 88 // - This algorithm is implicitly recursive; it assumes that descendant
313 // There are two ways a "descendant surface" can damage regions of the "target
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.cpp 81 { "descendant", Step::DescendantAxis },
82 { "descendant-or-self", Step::DescendantOrSelfAxis },
XPathStep.cpp 88 // Optimize the common case of "//" AKA /descendant-or-self::node()/child::NodeTest to /descendant::NodeTest.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js 139 message = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to its descendant %s.";
144 message = "Paused on a \"%s\" breakpoint set on %s, because its descendant %s was removed.";
  /external/chromium_org/ui/v2/src/
view_unittest.cc 48 // Direct descendant.
53 // Indirect descendant.
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 259 // Sets the icon for the descendant identified by item_id.
309 // Returns the descendant with the specified command.
  /frameworks/base/core/java/android/view/
ViewParent.java 98 * @param focused The view that is a descendant of child that actually has
316 * @param source The descendant view that changed.
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 79 /** Dirty flag. Something inside this or some descendant of this has changed. */
107 * Determine if a particular StackBox is this one or a descendant of this one.
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 256 * If <code>nextSibling</code> is not a descendant of <code>node</code>,
266 * @throws IllegalArgumentException If <code>nextSibling</code> is not a descendant of <code>node</code>.
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 210 // Returns true if the specified node is of type URL, or has a descendant
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 100 // Descendant classes can override this behavior by calling the
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.cc 281 // and there is a descendant tracked object, send a notification on it.
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp 59 if (relation != CSSSelector::Descendant && relation != CSSSelector::Child && relation != CSSSelector::SubSelector)
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 164 // delta and offset even though it will not be a descendant of the scroll
  /external/chromium_org/third_party/libjingle/source/talk/base/
task.h 100 // Descendant classes can override this behavior by calling the
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h 42 // Base should be a descendant of cricket::Transport
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 35 * be extracted into a set of tests that can be run on any descendant of CursorAdapter.
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 124 // BasicTexture or its descendant
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 124 // BasicTexture or its descendant
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 122 // BasicTexture or its descendant
  /system/media/camera/docs/
metadata_properties.xsd 29 <selector xpath=".//tns:entry" /> <!-- recursively find any descendant entry -->
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 178 if (AXObject* descendant = obj->activeDescendant())
179 obj = descendant;
998 // descendant and send the AXFocusedUIElementChanged notification.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 438 // descendant. If multiple calls are made to startDelayRepaint(),
514 void insertIntoTrackedRendererMaps(RenderBox* descendant, TrackedDescendantsMap*&, TrackedContainerMap*&);
515 static void removeFromTrackedRendererMaps(RenderBox* descendant, TrackedDescendantsMap*&, TrackedContainerMap*&);
    [all...]
RenderLayer.h 200 // Part of the issue is with subtree relayout: we don't check if our ancestors have some descendant flags dirty, missing some updates.
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 123 * Sets the source to be a virtual descendant of the given <code>root</code>.
127 * A virtual descendant is an imaginary View that is reported as a part of the view
134 * @param virtualDescendantId The id of the virtual descendant.

Completed in 2127 milliseconds

1 2 3 4 56 7 8 91011>>