Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottom

541     return isLeftToRightFlow() ? child.marginTop() : child.marginBottom();
548 return isLeftToRightFlow() ? child.marginBottom() : child.marginTop();
557 return child.marginBottom();
699 if (child->style()->marginBottom().isAuto())
723 if (child.style()->marginBottom().isAuto())
731 return child.style()->marginTop().isAuto() || child.style()->marginBottom().isAuto();
756 Length bottomOrRight = isHorizontal ? child.style()->marginBottom() : child.style()->marginRight();
836 child->setMarginBottom(computeChildMarginValue(child->style()->marginBottom()));
1047 if (child.style()->marginBottom().isAuto())