Searched refs:DoNotStripWhiteSpace (Results 1 – 4 of 4) sorted by relevance
168 … ASSERT_EQ(String(" Hello world "), extraSpaces.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace)); in TEST()172 …(String(" Hello world "), extraSpacesAndNewlines.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace)); in TEST()176 …T_EQ(String(" Hello world "), extraSpacesAndTabs.simplifyWhiteSpace(WTF::DoNotStripWhiteSpace)); in TEST()
57 enum StripBehavior { StripExtraWhiteSpace, DoNotStripWhiteSpace }; enumerator
158 … result = m_renderText->text().substring(start, len).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace); in text()
318 …= m_text.substring(textBox->start(), textBox->len()).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace); in plainText()