whiteSpace       2286 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->whiteSpace());
whiteSpace         52 Source/core/css/parser/MediaQueryTokenizer.h     MediaQueryToken whiteSpace(UChar);
whiteSpace        313 Source/core/css/resolver/StyleAdjuster.cpp         if (style->whiteSpace() == KHTML_NOWRAP) {
whiteSpace       3595 Source/core/rendering/RenderBlock.cpp     bool nowrap = styleToUse->whiteSpace() == NOWRAP;
whiteSpace       1145 Source/core/rendering/RenderText.cpp     if (styleToUse->whiteSpace() == PRE) {
whiteSpace         33 Source/core/rendering/line/BreakingContext.cpp         if (m_blockStyle->whiteSpace() == PRE && !m_current.offset()) {
whiteSpace        176 Source/core/rendering/line/BreakingContextInlineHeaders.h         || (whitespacePosition == TrailingWhitespace && style->whiteSpace() == PRE_WRAP && (!lineInfo.isEmpty() || !lineInfo.previousLineBrokeCleanly()));
whiteSpace        256 Source/core/rendering/line/BreakingContextInlineHeaders.h     m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() : m_currentStyle->whiteSpace();
whiteSpace        257 Source/core/rendering/line/BreakingContextInlineHeaders.h     m_lastWS = m_lastObject->isReplaced() ? m_lastObject->parent()->style()->whiteSpace() : m_lastObject->style()->whiteSpace();
whiteSpace        599 Source/core/rendering/style/RenderStyle.h     EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
whiteSpace        608 Source/core/rendering/style/RenderStyle.h         return autoWrap(whiteSpace());
whiteSpace        619 Source/core/rendering/style/RenderStyle.h         return preserveNewline(whiteSpace());
whiteSpace        630 Source/core/rendering/style/RenderStyle.h         return collapseWhiteSpace(whiteSpace());
whiteSpace        647 Source/core/rendering/style/RenderStyle.h         return whiteSpace() == PRE_WRAP || lineBreak() == LineBreakAfterWhiteSpace;
whiteSpace         80 Source/core/rendering/svg/RenderSVGInlineText.cpp     bool newPreserves = style() ? style()->whiteSpace() == PRE : false;
whiteSpace         81 Source/core/rendering/svg/RenderSVGInlineText.cpp     bool oldPreserves = oldStyle ? oldStyle->whiteSpace() == PRE : false;
whiteSpace         88 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     if (text->style()->whiteSpace() == PRE) {
whiteSpace        146 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     bool preserveWhiteSpace = text->style()->whiteSpace() == PRE;