Home
last modified time | relevance | path

Searched refs:DoNotStripWhiteSpace (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFStringTest.cpp168 … 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()
DStringImpl.h57 enum StripBehavior { StripExtraWhiteSpace, DoNotStripWhiteSpace }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAbstractInlineTextBox.cpp158 … result = m_renderText->text().substring(start, len).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace); in text()
DRenderText.cpp318 …= m_text.substring(textBox->start(), textBox->len()).simplifyWhiteSpace(WTF::DoNotStripWhiteSpace); in plainText()