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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 142 virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const = 0;
148 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); }
RenderBox.cpp     [all...]
RenderInline.h 55 virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
RenderBlockFlow.h 369 return std::max<LayoutUnit>(block->marginBefore(), 0);
373 return std::max<LayoutUnit>(-block->marginBefore(), 0);
RenderBox.h 295 virtual LayoutUnit marginBefore(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL { return m_marginBox.before((overrideStyle ? overrideStyle : style())->writingMode()); }
327 virtual LayoutUnit collapsedMarginBefore() const { return marginBefore(); }
    [all...]
RenderBlock.h 221 LayoutUnit marginBeforeForChild(const RenderBoxModelObject* child) const { return child->marginBefore(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 698 ascentWithMargin += box->boxModelObject()->borderBefore() + box->boxModelObject()->paddingBefore() + box->boxModelObject()->marginBefore();
    [all...]
RenderInline.cpp 761 LayoutUnit RenderInline::marginBefore(const RenderStyle* otherStyle) const
    [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 104 LayoutPoint marginBoxOrigin(-renderBox.marginLogicalLeft() - renderBox.borderAndPaddingLogicalLeft(), -renderBox.marginBefore() - renderBox.borderBefore() - renderBox.paddingBefore());
208 case MarginBox: return -m_renderer.marginBefore(m_renderer.containingBlock()->style());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 386 bool hasMarginBeforeQuirk() const { return marginBefore().quirk(); }
    [all...]

Completed in 125 milliseconds