Searched refs:marginBefore (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBox.cpp | 242 …ticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != newStyle->marginBefore() in styleDidChange() 2738 …h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPadding… in computeLogicalHeight() 2779 …LayoutUnit marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfte… in computeLogicalHeight() 2862 …rootMarginBorderPaddingHeight += cb->marginBefore() + cb->marginAfter() + cb->borderAndPaddingLogi… in computePercentageLogicalHeight() 3133 availableHeight -= marginBefore() + marginAfter() + borderAndPaddingLogicalHeight(); in availableLogicalHeightUsing() 3138 …BlockDirectionMargins(const RenderBlock* containingBlock, LayoutUnit& marginBefore, LayoutUnit& ma… in computeBlockDirectionMargins() argument 3143 marginBefore = 0; in computeBlockDirectionMargins() 3153 …marginBefore = minimumValueForLength(style()->marginBeforeUsing(containingBlockStyle), cw, renderV… in computeBlockDirectionMargins() 3159 LayoutUnit marginBefore; in computeAndSetBlockDirectionMargins() local 3161 computeBlockDirectionMargins(containingBlock, marginBefore, marginAfter); in computeAndSetBlockDirectionMargins() [all …]
|
D | RenderBoxModelObject.h | 149 virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const = 0; 155 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); } in marginLogicalHeight()
|
D | RenderBlockFlow.h | 305 return std::max<LayoutUnit>(block->marginBefore(), 0); in positiveMarginBeforeDefault() 309 return std::max<LayoutUnit>(-block->marginBefore(), 0); in negativeMarginBeforeDefault()
|
D | RenderBox.h | 271 …virtual LayoutUnit marginBefore(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { retur… 304 virtual LayoutUnit collapsedMarginBefore() const { return marginBefore(); } in collapsedMarginBefore() 372 …void computeBlockDirectionMargins(const RenderBlock* containingBlock, LayoutUnit& marginBefore, La…
|
D | RenderInline.h | 51 virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
|
D | RenderTable.cpp | 446 …oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[… in layout() 712 …aptionLogicalHeight = m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[… in subtractCaptionRect()
|
D | RenderBlockFlow.cpp | 880 beforeMargin = child->marginBefore(); in marginValuesForChild() 893 afterMargin = child->marginBefore(); in marginValuesForChild() 963 if (!marginInfo.determinedMarginBeforeQuirk() && topQuirk && !marginBefore()) { in collapseMargins()
|
D | RenderBlock.h | 304 …ginBeforeForChild(const RenderBoxModelObject* child) const { return child->marginBefore(style()); } in marginBeforeForChild()
|
D | RootInlineBox.cpp | 822 …)->borderBefore() + box->boxModelObject()->paddingBefore() + box->boxModelObject()->marginBefore(); in ascentAndDescentForBox()
|
D | RenderInline.cpp | 734 LayoutUnit RenderInline::marginBefore(const RenderStyle* otherStyle) const in marginBefore() function in WebCore::RenderInline
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeInfo.h | 137 return -m_renderer->marginBefore(); in logicalTopOffset()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 385 bool hasMarginBeforeQuirk() const { return marginBefore().quirk(); } in hasMarginBeforeQuirk() 680 Length marginBefore() const { return surround->margin.before(writingMode()); } in marginBefore() function
|