HomeSort by relevance Sort by last modified time
    Searched refs:marginAfter (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 143 virtual LayoutUnit marginAfter(const RenderStyle* otherStyle = 0) const = 0;
148 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); }
RenderBox.cpp     [all...]
RenderInline.h 56 virtual LayoutUnit marginAfter(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
RenderBlockFlow.h 377 return std::max<LayoutUnit>(block->marginAfter(), 0);
381 return std::max<LayoutUnit>(-block->marginAfter(), 0);
RenderBox.h 296 virtual LayoutUnit marginAfter(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.after((overrideStyle ? overrideStyle : style())->writingMode()); }
328 virtual LayoutUnit collapsedMarginAfter() const { return marginAfter(); }
    [all...]
RenderBlock.h 222 LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfter(style()); }
RenderTable.cpp 443 oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
629 LayoutUnit captionLogicalHeight = m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
    [all...]
RootInlineBox.cpp 699 descentWithMargin += box->boxModelObject()->borderAfter() + box->boxModelObject()->paddingAfter() + box->boxModelObject()->marginAfter();
    [all...]
RenderInline.cpp 766 LayoutUnit RenderInline::marginAfter(const RenderStyle* otherStyle) const
    [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 387 bool hasMarginAfterQuirk() const { return marginAfter().quirk(); }
    [all...]

Completed in 1377 milliseconds