HomeSort by relevance Sort by last modified time
    Searched defs:containsOnlyWhitespace (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
CharacterData.cpp 161 bool CharacterData::containsOnlyWhitespace() const
163 return !m_data || m_data->containsOnlyWhitespace();
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 159 bool StringImpl::containsOnlyWhitespace()
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 398 static inline bool containsOnlyWhitespace(const String& text)
410 return containsOnlyWhitespace(text);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 115 // 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))
    [all...]

Completed in 529 milliseconds