HomeSort by relevance Sort by last modified time
    Searched refs:descendant (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.cpp 55 void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant)
57 ASSERT(descendant->isDescendantOf(&m_root));
58 descendant->setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, this);
61 void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant)
63 ASSERT(descendant->isDescendantOf(&m_root));
64 descendant->setChildNeedsLayout(MarkContainingBlockChain, this);
SubtreeLayoutScope.h 54 void setNeedsLayout(RenderObject* descendant);
55 void setChildNeedsLayout(RenderObject* descendant);
TextAutosizer.cpp 341 // descendant text node of the cluster (i.e. the deepest wrapper block that contains all the
391 RenderObject* descendant = nextInPreOrderSkippingDescendantsOfContainers(cluster, cluster); local
392 while (descendant) {
393 if (descendant->isText()) {
394 if (localMultiplier != 1 && descendant->style()->textAutosizingMultiplier() == 1) {
395 setMultiplier(descendant, localMultiplier);
396 setMultiplier(descendant->parent(), localMultiplier); // Parent does line spacing.
398 } else if (isAutosizingContainer(descendant)) {
399 RenderBlock* descendantBlock = toRenderBlock(descendant);
403 descendant = nextInPreOrderSkippingDescendantsOfContainers(descendant, cluster)
416 RenderObject* descendant = nextInPreOrderSkippingDescendantsOfContainers(subtreeRoot, subtreeRoot); local
735 RenderObject* descendant = nextInPreOrderSkippingDescendantsOfContainers(container, container); local
    [all...]
FastTextAutosizer.cpp 626 RenderObject* descendant = root->firstChild(); local
627 while (descendant) {
628 if (descendant->isRenderBlock()) {
629 if (classifyBlock(descendant, INDEPENDENT | SUPPRESSING)) {
630 descendant = descendant->nextInPreOrderAfterChildren(root);
633 } else if (descendant->isText()) {
637 length += toRenderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize();
644 descendant = descendant->nextInPreOrder(root)
    [all...]
RenderCounter.cpp 546 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer))
547 updateCounters(*descendant);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 106 for (RenderObject* descendant = text; descendant; descendant = descendant->nextInPreOrder(text)) {
107 if (descendant->isSVGInlineText())
108 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes());
280 for (RenderObject* descendant = firstChild(); descendant; descendant = descendant->nextInPreOrder(this))
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 54 private int getTopWithinScrollView(View descendant) {
55 descendant.getDrawingRect(mTempRect);
56 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect);
60 private int getBottomWithinScrollView(View descendant) {
61 descendant.getDrawingRect(mTempRect);
62 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect);
  /external/guava/guava-tests/test/com/google/common/collect/
FauxveridesTest.java 108 private void doHasAllFauxveridesTest(Class<?> descendant, Class<?> ancestor) {
110 getAllRequiredToFauxveride(descendant, ancestor);
111 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor);
119 Class<?> descendant, Class<?> ancestor) {
124 Class<?> descendant, Class<?> ancestor) {
125 return getPublicStaticMethodsBetween(descendant, ancestor);
129 Class<?> descendant, Class<?> ancestor) {
131 for (Class<?> clazz : getClassesBetween(descendant, ancestor)) {
150 /** [descendant, ancestor) */
152 Class<?> descendant, Class<?> ancestor)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 206 // A descendant browsing context's document has a non-empty fullscreen element stack.
208 for (Frame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
209 if (!descendant->isLocalFrame())
211 ASSERT(toLocalFrame(descendant)->document());
212 if (fullscreenElementFrom(*toLocalFrame(descendant)->document())) {
321 // 3. Let descendants be all the doc's descendant browsing context's documents with a non-empty fullscreen
325 for (Frame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = d (…)
    [all...]
NodeTraversal.cpp 101 Node* descendant = current.lastChild(); local
102 for (Node* child = descendant; child; child = child->lastChild())
103 descendant = child;
104 return descendant;
  /external/chromium_org/tools/
multi_process_rss.py 18 # and 3) all descendant processes of process 23456.
49 descendant = []
51 descendant.append(child.pid)
52 descendant.extend(_recursive_get_children(child.pid))
53 return descendant
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 64 * Returns the id of a node's active descendant
66 * @return {?string} The id of the active descendant.
82 * If the node is an object with an active descendant, returns the
83 * descendant node.
85 * This function will fully resolve an active descendant chain. If a circular
88 * @param {Node} targetNode The node to get descendant information for.
89 * @return {Node} The descendant node or null if no node exists.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 74 /** Maps a coorindate in a descendant view into the parent. */
75 public static float mapCoordInDescendentToSelf(View descendant, View root,
81 View v = descendant;
94 if (v0 != descendant || includeRootScroll) {
111 public static float mapCoordInSelfToDescendent(View descendant, View root,
117 View v = descendant;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 291 * Determine the rect of the descendant in this DragLayer's coordinates
293 * @param descendant The descendant whose coordinates we want to find.
295 * @return The factor by which this descendant is scaled relative to this DragLayer.
297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
302 mTmpXY[0] + descendant.getWidth(), mTmpXY[1] + descendant.getHeight());
313 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
316 * @param descendant The descendant to which the passed coordinate is relative
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 364 * Determine the rect of the descendant in this DragLayer's coordinates
366 * @param descendant The descendant whose coordinates we want to find.
368 * @return The factor by which this descendant is scaled relative to this DragLayer.
370 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
373 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
376 (int) (mTmpXY[0] + scale * descendant.getMeasuredWidth()),
377 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight()));
387 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
388 return getDescendantCoordRelativeToSelf(descendant, coord, false)
    [all...]
Utilities.java 232 * Given a coordinate relative to the descendant, find the coordinate in a parent view's
235 * @param descendant The descendant to which the passed coordinate is relative.
238 * @param includeRootScroll Whether or not to account for the scroll of the descendant:
239 * sometimes this is relevant as in a child's coordinates within the descendant.
240 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
244 public static float getDescendantCoordRelativeToParent(View descendant, View root,
250 View v = descendant;
263 if (v0 != descendant || includeRootScroll) {
282 public static float mapCoordInSelfToDescendent(View descendant, View root
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 404 * Gets the bounds of the given descendant that relative to this view.
406 public boolean getBoundsOf(GLView descendant, Rect out) {
409 GLView view = descendant;
417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
418 yoffset + descendant.getHeight());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focuser.js 22 * first focusable descendant. If false, only sets focus on the targetNode or
32 // Blur the currently-focused element if the target node is not a descendant.
aria_util.js 176 * descendant of a hidden node, call isHiddenRecursive.
239 * Determines whether or not a node is or is the descendant of a node
438 // get the index and count of the current descendant or active
439 // descendant.
564 * Returns the id of a node's active descendant
566 * @return {?string} The id of the active descendant.
586 * @param {Array.<string>} role The role(s) of descendant we are looking for.
640 * If the node is an object with an active descendant, returns the
641 * descendant node.
643 * This function will fully resolve an active descendant chain. If a circula
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille.js 51 // a descendant.
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 22 // - You cannot focus a descendant of a content editable node
  /frameworks/base/core/java/android/view/
ViewGroup.java 584 * Gets the descendant focusability of this view group. The descendant
602 * Set the descendant focusability of this view group. This defines the relationship
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DOMExtension.js 654 * @param {?Node} descendant
657 Node.prototype.isDescendant = function(descendant)
659 return !!descendant && descendant.isAncestor(this);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 602 for (Frame* descendant = m_frame->tree().traverseNext(m_frame); descendant; descendant = descendant->tree().traverseNext(m_frame)) {
603 if (descendant->isLocalFrame())
604 toLocalFrame(descendant)->navigationScheduler().startTimer();
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]

Completed in 798 milliseconds

1 2 3