Home | History | Annotate | Download | only in rendering

Lines Matching defs:marginLeft

565                     yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginWidth(), logicalHeight));
702 LayoutUnit RenderInline::marginLeft() const
704 return computeMargin(this, style()->marginLeft());