Searched defs:containsOnlyWhitespace (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCharacterData.cpp161 bool CharacterData::containsOnlyWhitespace() const function in class:WebCore::CharacterData
163 return !m_data || m_data->containsOnlyWhitespace();
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp159 bool StringImpl::containsOnlyWhitespace() function in class:WTF::StringImpl
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp398 static inline bool containsOnlyWhitespace(const String& text) function in namespace:WebCore
410 return containsOnlyWhitespace(text);
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp115 // FIXME: It would be better to call this only if !m_text->containsOnlyWhitespace().
638 if (!len || (stripFrontSpaces && text()->containsOnlyWhitespace())) {
859 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
941 bool RenderText::containsOnlyWhitespace(unsigned from, unsigned len) const function in class:WebCore::RenderText

Completed in 94 milliseconds