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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 467 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()));
    [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 226 milliseconds