marginLeft 366 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(style.marginLeft(), style); marginLeft 166 Source/core/animation/css/CSSPropertyEquality.cpp return a.marginLeft() == b.marginLeft(); marginLeft 1506 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed()); marginLeft 1508 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginLeft().isFixed()); marginLeft 2074 Source/core/css/CSSComputedStyleDeclaration.cpp Length marginLeft = style->marginLeft(); marginLeft 2075 Source/core/css/CSSComputedStyleDeclaration.cpp if (marginLeft.isFixed() || !renderer || !renderer->isBox()) marginLeft 2076 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValueForLength(marginLeft, *style); marginLeft 2077 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValue(toRenderBox(renderer)->marginLeft(), *style); marginLeft 76 Source/core/css/resolver/StyleAdjuster.cpp if (style->marginLeft().quirk()) marginLeft 1960 Source/core/dom/Document.cpp void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginLeft 1995 Source/core/dom/Document.cpp marginLeft = style->marginLeft().isAuto() ? marginLeft : intValueForLength(style->marginLeft(), width); marginLeft 503 Source/core/dom/Document.h void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft); marginLeft 278 Source/core/html/shadow/SliderThumbElement.cpp position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight(); marginLeft 179 Source/core/inspector/InspectorOverlay.cpp marginBox = LayoutRect(borderBox.x() - renderBox->marginLeft(), borderBox.y() - renderBox->marginTop(), marginLeft 191 Source/core/inspector/InspectorOverlay.cpp marginBox = LayoutRect(borderBox.x() - renderInline->marginLeft(), borderBox.y(), marginLeft 318 Source/core/page/PrintContext.cpp if (style->marginLeft().isAuto()) marginLeft 320 Source/core/page/PrintContext.cpp return String::number(style->marginLeft().value()); marginLeft 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) marginLeft 342 Source/core/page/PrintContext.cpp frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft); marginLeft 345 Source/core/page/PrintContext.cpp String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft); marginLeft 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); marginLeft 420 Source/core/rendering/InlineFlowBox.cpp LayoutUnit logicalLeftMargin = isHorizontal() ? curr->boxModelObject()->marginLeft() : curr->boxModelObject()->marginTop(); marginLeft 660 Source/core/rendering/InlineFlowBox.cpp LayoutUnit underSideMargin = curr->isHorizontal() ? box.marginBottom() : box.marginLeft(); marginLeft 131 Source/core/rendering/InlineFlowBox.h return isHorizontal() ? boxModelObject()->marginLeft() : boxModelObject()->marginTop(); marginLeft 1611 Source/core/rendering/RenderBlock.cpp Length marginLeft = child->style()->marginStartUsing(style()); marginLeft 1614 Source/core/rendering/RenderBlock.cpp if (marginLeft.isFixed()) marginLeft 1615 Source/core/rendering/RenderBlock.cpp margin += marginLeft.value(); marginLeft 1784 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit childOldMarginLeft = child->marginLeft(); marginLeft 2437 Source/core/rendering/RenderBlockFlow.cpp ? LayoutSize(logicalLeftOffset - (prev != parent() ? prev->marginLeft() : LayoutUnit()), logicalTopOffset) marginLeft 250 Source/core/rendering/RenderBlockFlow.h return child->x() + child->renderer()->marginLeft(); marginLeft 315 Source/core/rendering/RenderBlockFlow.h , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight())) marginLeft 1598 Source/core/rendering/RenderBox.cpp rendererRect = LayoutRect(-layerRenderer->marginLeft(), marginLeft 3135 Source/core/rendering/RenderBox.cpp const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); marginLeft 3698 Source/core/rendering/RenderBox.cpp Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); marginLeft 285 Source/core/rendering/RenderBox.h virtual LayoutUnit marginLeft() const OVERRIDE { return m_marginBox.left(); } marginLeft 285 Source/core/rendering/RenderBoxModelObject.cpp minimumValueForLength(style()->marginLeft(), maxWidth)); marginLeft 1014 Source/core/rendering/RenderBoxModelObject.cpp left += marginLeft(); marginLeft 158 Source/core/rendering/RenderBoxModelObject.h virtual LayoutUnit marginLeft() const = 0; marginLeft 165 Source/core/rendering/RenderBoxModelObject.h LayoutUnit marginWidth() const { return marginLeft() + marginRight(); } marginLeft 155 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp Length marginLeft = child->style()->marginLeft(); marginLeft 158 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp if (marginLeft.isFixed()) marginLeft 159 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp margin += marginLeft.value(); marginLeft 456 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp xPos += child->marginLeft(); marginLeft 699 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childX += child->marginLeft() + max<LayoutUnit>(0, (contentWidth() - (child->width() + child->marginWidth())) / 2); marginLeft 703 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childX += child->marginLeft(); marginLeft 709 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childX += child->marginLeft(); marginLeft 51 Source/core/rendering/RenderFieldset.cpp Length legendMarginLeft = legend->style()->marginLeft(); marginLeft 52 Source/core/rendering/RenderFieldset.cpp Length legendMarginRight = legend->style()->marginLeft(); marginLeft 556 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginLeft() : child->marginRight(); marginLeft 563 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginRight() : child->marginLeft(); marginLeft 575 Source/core/rendering/RenderFlexibleBox.cpp return child->marginLeft(); marginLeft 593 Source/core/rendering/RenderFlexibleBox.cpp return child->marginLeft(); marginLeft 721 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginLeft().isAuto()) marginLeft 745 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginLeft().isAuto()) marginLeft 761 Source/core/rendering/RenderFlexibleBox.cpp return child->style()->marginLeft().isAuto() || child->style()->marginRight().isAuto(); marginLeft 777 Source/core/rendering/RenderFlexibleBox.cpp Length topOrLeft = isHorizontal ? child->style()->marginTop() : child->style()->marginLeft(); marginLeft 854 Source/core/rendering/RenderFlexibleBox.cpp child->setMarginLeft(computeChildMarginValue(child->style()->marginLeft())); marginLeft 1072 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginLeft().isAuto()) marginLeft 565 Source/core/rendering/RenderInline.cpp yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, (currBox->width() + currBox->marginWidth()).toFloat(), logicalHeight)); marginLeft 702 Source/core/rendering/RenderInline.cpp return computeMargin(this, style()->marginLeft()); marginLeft 48 Source/core/rendering/RenderInline.h virtual LayoutUnit marginLeft() const OVERRIDE FINAL; marginLeft 1365 Source/core/rendering/RenderLayerScrollableArea.cpp element->setInlineStyleProperty(CSSPropertyMarginLeft, m_box->marginLeft() / zoomFactor, CSSPrimitiveValue::CSS_PX); marginLeft 314 Source/core/rendering/RenderScrollbar.cpp int marginLeft = part ? static_cast<int>(part->marginLeft()) : 0; marginLeft 316 Source/core/rendering/RenderScrollbar.cpp startLength += marginLeft; marginLeft 341 Source/core/rendering/RenderScrollbar.cpp rect.setX(rect.x() + partRenderer->marginLeft()); marginLeft 112 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize)); marginLeft 53 Source/core/rendering/RenderScrollbarPart.h virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); } marginLeft 118 Source/core/rendering/RenderText.h LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } marginLeft 700 Source/core/rendering/style/RenderStyle.h const Length& marginLeft() const { return surround->margin.left(); } marginLeft 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 marginLeft 2012 Source/core/testing/Internals.cpp return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft); marginLeft 1457 Source/web/WebFrameImpl.cpp void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginLeft 1460 Source/web/WebFrameImpl.cpp frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft); marginLeft 204 Source/web/WebFrameImpl.h int& marginLeft) OVERRIDE; marginLeft 528 public/web/WebFrame.h int& marginLeft) = 0;