COLLAPSE          219 Source/core/animation/AnimatableValueTestHelper.cpp     case COLLAPSE:
COLLAPSE         2743 Source/core/css/CSSPrimitiveValueMappings.h     case COLLAPSE:
COLLAPSE         2758 Source/core/css/CSSPrimitiveValueMappings.h         return COLLAPSE;
COLLAPSE          168 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     return child->isOutOfFlowPositioned() || child->style()->visibility() == COLLAPSE;
COLLAPSE          433 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (child->style()->visibility() == COLLAPSE) {
COLLAPSE          531 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         if (child->style()->visibility() == COLLAPSE)
COLLAPSE          675 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (child->style()->visibility() == COLLAPSE) {
COLLAPSE          568 Source/core/rendering/style/RenderStyle.cpp     if ((visibility() == COLLAPSE) != (other.visibility() == COLLAPSE))