Searched refs:placeChild (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderDeprecatedFlexibleBox.h | 52 void placeChild(RenderBox* child, const LayoutPoint& location);
|
D | RenderDeprecatedFlexibleBox.cpp | 483 placeChild(child, LayoutPoint(xPos, childY)); in layoutHorizontalBox() 609 placeChild(child, child->location() + LayoutSize(offset, 0)); in layoutHorizontalBox() 621 placeChild(child, child->location() + LayoutSize(offset, 0)); in layoutHorizontalBox() 721 placeChild(child, LayoutPoint(childX, height())); in layoutVerticalBox() 859 placeChild(child, child->location() + LayoutSize(0, offset)); in layoutVerticalBox() 870 placeChild(child, child->location() + LayoutSize(0, offset)); in layoutVerticalBox() 1001 void RenderDeprecatedFlexibleBox::placeChild(RenderBox* child, const LayoutPoint& location) in placeChild() function in WebCore::RenderDeprecatedFlexibleBox
|