Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginTop

387                 ascent += child->marginTop();
388 int descent = (child->marginTop() + child->height() + child->marginBottom()) - ascent;
400 setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom()));
452 childY += child->marginTop() + max(0, (contentHeight() - (child->height() + child->marginTop() + child->marginBottom()))/2);
458 ascent += child->marginTop();
459 childY += child->marginTop() + (maxAscent - ascent);
466 childY += child->marginTop();
698 // Add in the child's marginTop to our height.
699 setHeight(height() + child->marginTop());