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

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.h53 void placeChild(RenderBox* child, int x, int y);
H A DRenderFlexibleBox.cpp453 placeChild(child, xPos, childY);
578 placeChild(child, child->x() + offset, child->y());
590 placeChild(child, child->x() + offset, child->y());
686 placeChild(child, childX, height());
824 placeChild(child, child->x(), child->y() + offset);
835 placeChild(child, child->x(), child->y() + offset);
948 void RenderFlexibleBox::placeChild(RenderBox* child, int x, int y) function in class:WebCore::RenderFlexibleBox

Completed in 205 milliseconds