Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottom

570     return isLeftToRightFlow() ? child->marginTop() : child->marginBottom();
577 return isLeftToRightFlow() ? child->marginBottom() : child->marginTop();
586 return child->marginBottom();
720 if (child->style()->marginBottom().isAuto())
744 if (child->style()->marginBottom().isAuto())
752 return child->style()->marginTop().isAuto() || child->style()->marginBottom().isAuto();
777 Length bottomOrRight = isHorizontal ? child->style()->marginBottom() : child->style()->marginRight();
857 marginBottom()));
1068 if (child->style()->marginBottom().isAuto())