Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottom

386                     ascent = child->height() + child->marginBottom();
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);
457 ascent = child->height() + child->marginBottom();
463 childY += contentHeight() - child->marginBottom() - child->height();
730 setHeight(height() + child->height() + child->marginBottom());