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

  /external/webkit/Source/WebCore/rendering/style/
StyleRareNonInheritedData.cpp 42 , marginAfterCollapse(MCOLLAPSE)
79 , marginAfterCollapse(o.marginAfterCollapse)
125 && marginAfterCollapse == o.marginAfterCollapse
StyleRareNonInheritedData.h 102 unsigned marginAfterCollapse : 2; // EMarginCollapse
RenderStyle.h     [all...]
RenderStyle.cpp 342 || rareNonInheritedData->marginAfterCollapse != other->rareNonInheritedData->marginAfterCollapse
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 108 (block->style()->logicalHeight().isAuto() && block->style()->logicalHeight().value() == 0) && block->style()->marginAfterCollapse() != MSEPARATE;
111 block->style()->marginAfterCollapse() == MDISCARD;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]

Completed in 146 milliseconds