Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginLeft

98     Length marginLeft = child->style()->marginStartUsing(parentStyle);
101 if (marginLeft.isFixed())
102 margin += marginLeft.value();
576 return isLeftToRightFlow() ? child->marginLeft() : child->marginRight();
583 return isLeftToRightFlow() ? child->marginRight() : child->marginLeft();
595 return child->marginLeft();
613 return child->marginLeft();
721 if (child->style()->marginLeft().isAuto())
745 if (child->style()->marginLeft().isAuto())
761 return child->style()->marginLeft().isAuto() || child->style()->marginRight().isAuto();
777 Length topOrLeft = isHorizontal ? child->style()->marginTop() : child->style()->marginLeft();
855 child->setMarginLeft(computeChildMarginValue(child->style()->marginLeft(), renderView));