CNONE            1042 Source/core/css/CSSPrimitiveValueMappings.h     case CNONE:
CNONE            1062 Source/core/css/CSSPrimitiveValueMappings.h         return CNONE;
CNONE            1074 Source/core/css/CSSPrimitiveValueMappings.h     return CNONE;
CNONE            1360 Source/core/rendering/RenderBlockFlow.cpp     if (!grandchildBox || grandchildBox->style()->clear() != CNONE)
CNONE            1754 Source/core/rendering/RenderBlockFlow.cpp     bool clearSet = child->style()->clear() != CNONE;
CNONE            1757 Source/core/rendering/RenderBlockFlow.cpp     case CNONE:
CNONE             924 Source/core/rendering/RenderBlockLineLayout.cpp                 if (clear != CNONE)
CNONE             298 Source/core/rendering/line/BreakingContextInlineHeaders.h         if (m_ignoringSpaces && m_currentStyle->clear() != CNONE)
CNONE              57 Source/core/rendering/line/LineBreaker.cpp     m_clear = CNONE;
CNONE            1523 Source/core/rendering/style/RenderStyle.h     static EClear initialClear() { return CNONE; }