marginTop 370 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(style.marginTop(), style); marginTop 170 Source/core/animation/css/CSSPropertyEquality.cpp return a.marginTop() == b.marginTop(); marginTop 1506 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->marginTop().isFixed() || !style->marginLeft().isFixed() || !style->marginRight().isFixed()); marginTop 1512 Source/core/css/CSSComputedStyleDeclaration.cpp return renderer && renderer->isBox() && (!style || !style->marginTop().isFixed()); marginTop 2047 Source/core/css/CSSComputedStyleDeclaration.cpp Length marginTop = style->marginTop(); marginTop 2048 Source/core/css/CSSComputedStyleDeclaration.cpp if (marginTop.isFixed() || !renderer || !renderer->isBox()) marginTop 2049 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValueForLength(marginTop, *style); marginTop 2050 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValue(toRenderBox(renderer)->marginTop(), *style); marginTop 83 Source/core/css/resolver/StyleAdjuster.cpp if (style->marginTop().quirk()) marginTop 1960 Source/core/dom/Document.cpp void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginTop 1992 Source/core/dom/Document.cpp marginTop = style->marginTop().isAuto() ? marginTop : intValueForLength(style->marginTop(), width); marginTop 503 Source/core/dom/Document.h void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft); marginTop 179 Source/core/inspector/InspectorOverlay.cpp marginBox = LayoutRect(borderBox.x() - renderBox->marginLeft(), borderBox.y() - renderBox->marginTop(), marginTop 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) marginTop 342 Source/core/page/PrintContext.cpp frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft); marginTop 345 Source/core/page/PrintContext.cpp String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft); marginTop 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); marginTop 420 Source/core/rendering/InlineFlowBox.cpp LayoutUnit logicalLeftMargin = isHorizontal() ? curr->boxModelObject()->marginLeft() : curr->boxModelObject()->marginTop(); marginTop 659 Source/core/rendering/InlineFlowBox.cpp LayoutUnit overSideMargin = curr->isHorizontal() ? box.marginTop() : box.marginRight(); marginTop 131 Source/core/rendering/InlineFlowBox.h return isHorizontal() ? boxModelObject()->marginLeft() : boxModelObject()->marginTop(); marginTop 3727 Source/core/rendering/RenderBlock.cpp return direction == HorizontalLine ? marginTop() : marginRight(); marginTop 2438 Source/core/rendering/RenderBlockFlow.cpp : LayoutSize(logicalTopOffset, logicalLeftOffset - (prev != parent() ? prev->marginTop() : LayoutUnit())); marginTop 260 Source/core/rendering/RenderBlockFlow.h return child->y() + child->renderer()->marginTop(); marginTop 315 Source/core/rendering/RenderBlockFlow.h , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight())) marginTop 1599 Source/core/rendering/RenderBox.cpp -layerRenderer->marginTop(), marginTop 3135 Source/core/rendering/RenderBox.cpp const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); marginTop 3698 Source/core/rendering/RenderBox.cpp Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); marginTop 283 Source/core/rendering/RenderBox.h virtual LayoutUnit marginTop() const OVERRIDE { return m_marginBox.top(); } marginTop 282 Source/core/rendering/RenderBoxModelObject.cpp LayoutBoxExtent minMargin(minimumValueForLength(style()->marginTop(), maxWidth), marginTop 1015 Source/core/rendering/RenderBoxModelObject.cpp top += marginTop(); marginTop 156 Source/core/rendering/RenderBoxModelObject.h virtual LayoutUnit marginTop() const = 0; marginTop 164 Source/core/rendering/RenderBoxModelObject.h LayoutUnit marginHeight() const { return marginTop() + marginBottom(); } marginTop 127 Source/core/rendering/RenderButton.cpp return marginTop() + borderTop() + paddingTop() + contentHeight(); marginTop 390 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp ascent += child->marginTop(); marginTop 460 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2); marginTop 466 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp ascent += child->marginTop(); marginTop 467 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childY += child->marginTop() + (maxAscent - ascent); marginTop 474 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp childY += child->marginTop(); marginTop 686 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp setHeight(height() + child->marginTop()); marginTop 195 Source/core/rendering/RenderFlexibleBox.cpp int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); marginTop 557 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginTop() : child->marginBottom(); marginTop 564 Source/core/rendering/RenderFlexibleBox.cpp return isLeftToRightFlow() ? child->marginBottom() : child->marginTop(); marginTop 571 Source/core/rendering/RenderFlexibleBox.cpp return child->marginTop(); marginTop 580 Source/core/rendering/RenderFlexibleBox.cpp return marginTop(); marginTop 589 Source/core/rendering/RenderFlexibleBox.cpp return child->marginTop(); marginTop 726 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginTop().isAuto()) marginTop 750 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginTop().isAuto()) marginTop 760 Source/core/rendering/RenderFlexibleBox.cpp return child->style()->marginTop().isAuto() || child->style()->marginBottom().isAuto(); marginTop 777 Source/core/rendering/RenderFlexibleBox.cpp Length topOrLeft = isHorizontal ? child->style()->marginTop() : child->style()->marginLeft(); marginTop 857 Source/core/rendering/RenderFlexibleBox.cpp child->setMarginTop(computeChildMarginValue(child->style()->marginTop())); marginTop 1067 Source/core/rendering/RenderFlexibleBox.cpp if (child->style()->marginTop().isAuto()) marginTop 567 Source/core/rendering/RenderInline.cpp yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat())); marginTop 712 Source/core/rendering/RenderInline.cpp return computeMargin(this, style()->marginTop()); marginTop 50 Source/core/rendering/RenderInline.h virtual LayoutUnit marginTop() const OVERRIDE FINAL; marginTop 1376 Source/core/rendering/RenderLayerScrollableArea.cpp element->setInlineStyleProperty(CSSPropertyMarginTop, m_box->marginTop() / zoomFactor, CSSPrimitiveValue::CSS_PX); marginTop 322 Source/core/rendering/RenderScrollbar.cpp int marginTop = part ? static_cast<int>(part->marginTop()) : 0; marginTop 324 Source/core/rendering/RenderScrollbar.cpp startLength += marginTop; marginTop 344 Source/core/rendering/RenderScrollbar.cpp rect.setY(rect.y() + partRenderer->marginTop()); marginTop 129 Source/core/rendering/RenderScrollbarPart.cpp m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize)); marginTop 51 Source/core/rendering/RenderScrollbarPart.h virtual LayoutUnit marginTop() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); } marginTop 52 Source/core/rendering/RenderSlider.cpp return height() + marginTop(); marginTop 569 Source/core/rendering/RenderTheme.cpp return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom(); marginTop 571 Source/core/rendering/RenderTheme.cpp return box->height() + box->marginTop(); marginTop 698 Source/core/rendering/style/RenderStyle.h const Length& marginTop() const { return surround->margin.top(); } marginTop 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 marginTop 2012 Source/core/testing/Internals.cpp return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft); marginTop 1457 Source/web/WebFrameImpl.cpp void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) marginTop 1460 Source/web/WebFrameImpl.cpp frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft); marginTop 201 Source/web/WebFrameImpl.h int& marginTop, marginTop 525 public/web/WebFrame.h int& marginTop,