Home | History | Annotate | Download | only in rendering

Lines Matching defs:renderView

37 #include "core/rendering/RenderView.h"
833 LayoutUnit RenderFlexibleBox::computeChildMarginValue(Length margin, RenderView* view)
843 RenderView* renderView = view();
855 child->setMarginLeft(computeChildMarginValue(child->style()->marginLeft(), renderView));
856 child->setMarginRight(computeChildMarginValue(child->style()->marginRight(), renderView));
858 child->setMarginTop(computeChildMarginValue(child->style()->marginTop(), renderView));
859 renderView));