PRE 2775 Source/core/css/CSSPrimitiveValueMappings.h case PRE: PRE 2802 Source/core/css/CSSPrimitiveValueMappings.h return PRE; PRE 1145 Source/core/rendering/RenderText.cpp if (styleToUse->whiteSpace() == PRE) { PRE 363 Source/core/rendering/RenderTextControlSingleLine.cpp textBlockStyle->setWhiteSpace(PRE); PRE 165 Source/core/rendering/RenderTheme.cpp style->setWhiteSpace(PRE); PRE 33 Source/core/rendering/line/BreakingContext.cpp if (m_blockStyle->whiteSpace() == PRE && !m_current.offset()) { PRE 575 Source/core/rendering/line/BreakingContextInlineHeaders.h bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE); PRE 633 Source/core/rendering/line/BreakingContextInlineHeaders.h bool betweenWords = c == '\n' || (m_currWS != PRE && !m_atStart && isBreakable(m_renderTextInfo.m_lineBreakIterator, m_current.offset(), nextBreakablePosition)); PRE 603 Source/core/rendering/style/RenderStyle.h return ws != NOWRAP && ws != PRE; PRE 625 Source/core/rendering/style/RenderStyle.h return ws != PRE && ws != PRE_WRAP; PRE 80 Source/core/rendering/svg/RenderSVGInlineText.cpp bool newPreserves = style() ? style()->whiteSpace() == PRE : false; PRE 81 Source/core/rendering/svg/RenderSVGInlineText.cpp bool oldPreserves = oldStyle ? oldStyle->whiteSpace() == PRE : false; PRE 88 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp if (text->style()->whiteSpace() == PRE) { PRE 146 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp bool preserveWhiteSpace = text->style()->whiteSpace() == PRE;