Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBeforeForChild

183     int marginBeforeForChild(RenderBoxModelObject* child) const;
481 return child->x() + marginBeforeForChild(child->renderer());
487 return child->y() + marginBeforeForChild(child->renderer());