Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginTop

395                 ascent += child->marginTop();
465 childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2);
471 ascent += child->marginTop();
472 childY += child->marginTop() + (maxAscent - ascent);
479 childY += child->marginTop();
690 // Add in the child's marginTop to our height.
691 setHeight(height() + child->marginTop());