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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.cpp 67 , marginAfterCollapse(MCOLLAPSE)
139 , marginAfterCollapse(o.marginAfterCollapse)
214 && marginAfterCollapse == o.marginAfterCollapse
StyleRareNonInheritedData.h 165 unsigned marginAfterCollapse : 2; // EMarginCollapse
RenderStyle.cpp 377 || rareNonInheritedData->marginAfterCollapse != other->rareNonInheritedData->marginAfterCollapse
    [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 181 (blockStyle->logicalHeight().isAuto() && !blockStyle->logicalHeight().value()) && blockStyle->marginAfterCollapse() != MSEPARATE;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 49 milliseconds