Home
last modified time | relevance | path

Searched refs:marginAfterCollapse (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStyleRareNonInheritedData.cpp40 , marginAfterCollapse(MCOLLAPSE) in StyleRareNonInheritedData()
72 , marginAfterCollapse(o.marginAfterCollapse) in StyleRareNonInheritedData()
118 && marginAfterCollapse == o.marginAfterCollapse in operator ==()
H A DStyleRareNonInheritedData.h102 unsigned marginAfterCollapse : 2; // EMarginCollapse variable
H A DRenderStyle.cpp342 … || rareNonInheritedData->marginAfterCollapse != other->rareNonInheritedData->marginAfterCollapse in diff()
H A DRenderStyle.h694 …EMarginCollapse marginAfterCollapse() const { return static_cast<EMarginCollapse>(rareNonInherited… in marginAfterCollapse() function
1054 …etMarginAfterCollapse(EMarginCollapse c) { SET_VAR(rareNonInheritedData, marginAfterCollapse, c); } in setMarginAfterCollapse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp104 …& block->style()->logicalHeight().value() == 0) && block->style()->marginAfterCollapse() != MSEPAR… in MarginInfo()
107 block->style()->marginAfterCollapse() == MDISCARD; in MarginInfo()
1078 … || style()->marginBeforeCollapse() == MSEPARATE || style()->marginAfterCollapse() == MSEPARATE) in isSelfCollapsingBlock()
1686 …inInfo.setMarginAfterQuirk(child->isMarginAfterQuirk() || style()->marginAfterCollapse() == MDISCA… in collapseMargins()
2080 if (child->style()->marginAfterCollapse() == MSEPARATE) { in layoutBlockChild()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1550 return primitiveValueCache->createValue(style->marginAfterCollapse()); in getPropertyCSSValue()
H A DCSSStyleSelector.cpp5229 m_style->setMarginAfterCollapse(m_parentStyle->marginAfterCollapse()); in applyProperty()
5244 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(marginAfterCollapse, MarginAfterCollapse) in applyProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0644690 (WebCore::InheritedFlags::marginAfterCollapse):