Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottom

378                     ascent = child->height() + child->marginBottom();
454 ascent = child->height() + child->marginBottom();
460 childY += contentHeight() - child->marginBottom() - child->height();
706 setHeight(height() + child->height() + child->marginBottom());