HomeSort by relevance Sort by last modified time
    Searched refs:placeChild (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 52 void placeChild(RenderBox* child, const LayoutPoint& location);
RenderDeprecatedFlexibleBox.cpp 483 placeChild(child, LayoutPoint(xPos, childY));
609 placeChild(child, child->location() + LayoutSize(offset, 0));
621 placeChild(child, child->location() + LayoutSize(offset, 0));
721 placeChild(child, LayoutPoint(childX, height()));
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 354 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) {

Completed in 216 milliseconds