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

  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 99 int RenderBox::marginBefore() const
309 if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != style()->marginBefore()
    [all...]
RenderInline.h 46 virtual int marginBefore() const;
RenderBoxModelObject.h 107 virtual int marginBefore() const = 0;
RenderBox.h 206 virtual int marginBefore() const;
223 virtual int collapsedMarginBefore() const { return marginBefore(); }
RenderTable.cpp 281 setLogicalHeight(logicalHeight() + m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter());
350 int oldTableLogicalTop = m_caption ? m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter() : 0;
600 int captionLogicalHeight = m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter();
    [all...]
RenderBlock.h     [all...]
RenderBlock.cpp     [all...]
RenderInline.cpp 693 int RenderInline::marginBefore() const
695 return computeMargin(this, style()->marginBefore());
    [all...]
RootInlineBox.cpp 654 ascentWithMargin += box->boxModelObject()->borderBefore() + box->boxModelObject()->paddingBefore() + box->boxModelObject()->marginBefore();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 613 Length marginBefore() const;
    [all...]

Completed in 287 milliseconds