Searched defs:placeChild (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarLayout.java354 placeChild(mCloseButton, Gravity.END);
421 placeChild(group.views[i], group.gravity);
426 placeChild(group.views[i], group.gravity);
436 private void placeChild(View child, int gravity) { method in class:InfoBarLayout
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp467 placeChild(child, LayoutPoint(xPos, childY));
593 placeChild(child, child->location() + LayoutSize(offset, 0));
605 placeChild(child, child->location() + LayoutSize(offset, 0));
705 placeChild(child, LayoutPoint(childX, height()));
843 placeChild(child, child->location() + LayoutSize(0, offset));
854 placeChild(child, child->location() + LayoutSize(0, offset));
985 void RenderDeprecatedFlexibleBox::placeChild(RenderBox* child, const LayoutPoint& location) function in class:blink::RenderDeprecatedFlexibleBox

Completed in 687 milliseconds