DoNotStripWhiteSpace  158 Source/core/rendering/AbstractInlineTextBox.cpp     String result = m_renderText->text().substring(start, len).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace);
DoNotStripWhiteSpace  314 Source/core/rendering/RenderText.cpp         String text = m_text.substring(textBox->start(), textBox->len()).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace);
DoNotStripWhiteSpace  168 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpaces.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
DoNotStripWhiteSpace  172 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpacesAndNewlines.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));
DoNotStripWhiteSpace  176 Source/wtf/text/WTFStringTest.cpp     ASSERT_EQ(String("  Hello  world  "), extraSpacesAndTabs.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace));