Searched refs:marginBeforeCollapse (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareNonInheritedData.cpp41 , marginBeforeCollapse(MCOLLAPSE)
78 , marginBeforeCollapse(o.marginBeforeCollapse)
124 && marginBeforeCollapse == o.marginBeforeCollapse
H A DStyleRareNonInheritedData.h101 unsigned marginBeforeCollapse : 2; // EMarginCollapse
H A DRenderStyle.h692 EMarginCollapse marginBeforeCollapse() const { return static_cast<EMarginCollapse>(rareNonInheritedData->marginBeforeCollapse); } function in class:WebCore::RenderStyle
1053 void setMarginBeforeCollapse(EMarginCollapse c) { SET_VAR(rareNonInheritedData, marginBeforeCollapse, c); }
H A DRenderStyle.cpp341 || rareNonInheritedData->marginBeforeCollapse != other->rareNonInheritedData->marginBeforeCollapse
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp101 m_canCollapseMarginBeforeWithChildren = m_canCollapseWithChildren && (beforeBorderPadding == 0) && block->style()->marginBeforeCollapse() != MSEPARATE;
110 m_quirkContainer = block->isTableCell() || block->isBody() || block->style()->marginBeforeCollapse() == MDISCARD ||
1098 || style()->marginBeforeCollapse() == MSEPARATE || style()->marginAfterCollapse() == MSEPARATE)
1641 bool topQuirk = child->isMarginBeforeQuirk() || style()->marginBeforeCollapse() == MDISCARD;
1694 if (child->style()->marginBeforeCollapse() == MSEPARATE) {
1980 if (child->style()->marginBeforeCollapse() == MSEPARATE) {
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1591 return primitiveValueCache->createValue(style->marginBeforeCollapse());
H A DCSSStyleSelector.cpp5481 m_style->setMarginBeforeCollapse(m_parentStyle->marginBeforeCollapse());
5493 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(marginBeforeCollapse, MarginBeforeCollapse)

Completed in 233 milliseconds