NOWRAP           2784 Source/core/css/CSSPrimitiveValueMappings.h     case NOWRAP:
NOWRAP           2800 Source/core/css/CSSPrimitiveValueMappings.h         return NOWRAP;
NOWRAP            320 Source/core/css/resolver/StyleAdjuster.cpp                 style->setWhiteSpace(NOWRAP);
NOWRAP           3595 Source/core/rendering/RenderBlock.cpp     bool nowrap = styleToUse->whiteSpace() == NOWRAP;
NOWRAP            244 Source/core/rendering/RenderMarquee.cpp         s->setWhiteSpace(NOWRAP);
NOWRAP            118 Source/core/rendering/line/BreakingContextInlineHeaders.h         if (m_width.fitsOnLine() || m_lastWS == NOWRAP)
NOWRAP            837 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRAP) {
NOWRAP            603 Source/core/rendering/style/RenderStyle.h         return ws != NOWRAP && ws != PRE;
NOWRAP            614 Source/core/rendering/style/RenderStyle.h         return ws != NORMAL && ws != NOWRAP;