Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottom

394                     ascent = child->height() + child->marginBottom();
470 ascent = child->height() + child->marginBottom();
476 childY += contentHeight() - child->marginBottom() - child->height();
722 setHeight(height() + child->height() + child->marginBottom());