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

  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 330 enum EVisibility { VISIBLE, HIDDEN, COLLAPSE };
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 98 current->style()->visibility() == COLLAPSE);
125 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
149 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
271 // of 0. The CSS spec states that zero-height blocks collapse their margins
275 // twice when we collapse with our previous vertically adjacent and
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 29 milliseconds