marginRight 368 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(style.marginRight(), style); marginRight 168 Source/core/animation/css/CSSPropertyEquality.cpp return a.marginRight() == b.marginRight(); marginRight 1506 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed()); marginRight 1510 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginRight().isFixed()); marginRight 2053 Source/core/css/CSSComputedStyleDeclaration.cpp Length marginRight = style->marginRight(); marginRight 2054 Source/core/css/CSSComputedStyleDeclaration.cpp if (marginRight.isFixed() || !renderer || !renderer->isBox()) marginRight 2055 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValueForLength(marginRight, *style); marginRight 2057 Source/core/css/CSSComputedStyleDeclaration.cpp if (marginRight.isPercent()) { marginRight 2061 Source/core/css/CSSComputedStyleDeclaration.cpp value = minimumValueForLength(marginRight, toRenderBox(renderer)->containingBlockLogicalWidthForContent()).toFloat(); marginRight 2063 Source/core/css/CSSComputedStyleDeclaration.cpp value = toRenderBox(renderer)->marginRight().toFloat(); marginRight 78 Source/core/css/resolver/StyleAdjuster.cpp if (style->marginRight().quirk()) marginRight 1960 Source/core/dom/Document.cpp void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginRight 1993 Source/core/dom/Document.cpp marginRight = style->marginRight().isAuto() ? marginRight : intValueForLength(style->marginRight(), width); marginRight 503 Source/core/dom/Document.h void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft); marginRight 278 Source/core/html/shadow/SliderThumbElement.cpp position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight(); marginRight 339 Source/core/page/PrintContext.cpp String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) marginRight 342 Source/core/page/PrintContext.cpp frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft); marginRight 345 Source/core/page/PrintContext.cpp String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft); marginRight 78 Source/core/page/PrintContext.h static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft); marginRight 421 Source/core/rendering/InlineFlowBox.cpp LayoutUnit logicalRightMargin = isHorizontal() ? curr->boxModelObject()->marginRight() : curr->boxModelObject()->marginBottom(); marginRight 659 Source/core/rendering/InlineFlowBox.cpp LayoutUnit overSideMargin = curr->isHorizontal() ? box.marginTop() : box.marginRight(); marginRight 137 Source/core/rendering/InlineFlowBox.h return isHorizontal() ? boxModelObject()->marginRight() : boxModelObject()->marginBottom(); marginRight 1612 Source/core/rendering/RenderBlock.cpp Length marginRight = child->style()->marginEndUsing(style()); marginRight 1616 Source/core/rendering/RenderBlock.cpp if (marginRight.isFixed()) marginRight 1617 Source/core/rendering/RenderBlock.cpp margin += marginRight.value(); marginRight 3727 Source/core/rendering/RenderBlock.cpp return direction == HorizontalLine ? marginTop() : marginRight(); marginRight 1785 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit childOldMarginRight = child->marginRight(); marginRight 3136 Source/core/rendering/RenderBox.cpp const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); marginRight 3699 Source/core/rendering/RenderBox.cpp Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); marginRight 286 Source/core/rendering/RenderBox.h virtual LayoutUnit marginRight() const OVERRIDE { return m_marginBox.right(); } marginRight 283 Source/core/rendering/RenderBoxModelObject.cpp minimumValueForLength(style()->marginRight(), maxWidth), marginRight 159 Source/core/rendering/RenderBoxModelObject.h virtual LayoutUnit marginRight() const = 0; marginRight 165 Source/core/rendering/RenderBoxModelObject.h LayoutUnit marginWidth() const { return marginLeft() + marginRight(); } marginRight 129 Source/core/rendering/RenderButton.cpp return marginRight() + borderRight() + paddingRight() + contentWidth(); marginRight 156 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp Length marginRight = child->style()->marginRight(); marginRight 160 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp if (marginRight.isFixed()) marginRight 161 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp margin += marginRight.value(); marginRight 480 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp xPos += child->width() + child->marginRight(); marginRight 705 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childX += contentWidth() - child->marginRight() - child->width(); marginRight 711 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childX += contentWidth() - child->marginRight() - child->width(); marginRight 195 Source/core/rendering/RenderFlexibleBox.cpp int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); marginRight 556 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginLeft() : child->marginRight(); marginRight 563 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginRight() : child->marginLeft(); marginRight 577 Source/core/rendering/RenderFlexibleBox.cpp return child->marginRight(); marginRight 591 Source/core/rendering/RenderFlexibleBox.cpp return child->marginRight(); marginRight 723 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginRight().isAuto()) marginRight 747 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginRight().isAuto()) marginRight 761 Source/core/rendering/RenderFlexibleBox.cpp return child->style()->marginLeft().isAuto() || child->style()->marginRight().isAuto(); marginRight 778 Source/core/rendering/RenderFlexibleBox.cpp Length bottomOrRight = isHorizontal ? child->style()->marginBottom() : child->style()->marginRight(); marginRight 855 Source/core/rendering/RenderFlexibleBox.cpp child->setMarginRight(computeChildMarginValue(child->style()->marginRight())); marginRight 1074 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginRight().isAuto()) marginRight 707 Source/core/rendering/RenderInline.cpp return computeMargin(this, style()->marginRight()); marginRight 49 Source/core/rendering/RenderInline.h virtual LayoutUnit marginRight() const OVERRIDE FINAL; marginRight 1366 Source/core/rendering/RenderLayerScrollableArea.cpp element->setInlineStyleProperty(CSSPropertyMarginRight, m_box->marginRight() / zoomFactor, CSSPrimitiveValue::CSS_PX); marginRight 315 Source/core/rendering/RenderScrollbar.cpp int marginRight = part ? static_cast<int>(part->marginRight()) : 0; marginRight 317 Source/core/rendering/RenderScrollbar.cpp endLength += marginRight; marginRight 113 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize)); marginRight 54 Source/core/rendering/RenderScrollbarPart.h virtual LayoutUnit marginRight() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.right())); return m_marginBox.right(); } marginRight 119 Source/core/rendering/RenderText.h LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0); } marginRight 701 Source/core/rendering/style/RenderStyle.h const Length& marginRight() const { return surround->margin.right(); } marginRight 2005 Source/core/testing/Internals.cpp String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& exceptionState) const marginRight 2012 Source/core/testing/Internals.cpp return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft); marginRight 1457 Source/web/WebFrameImpl.cpp void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginRight 1460 Source/web/WebFrameImpl.cpp frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft); marginRight 202 Source/web/WebFrameImpl.h int& marginRight, marginRight 526 public/web/WebFrame.h int& marginRight,