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

  /external/webkit/WebCore/dom/
CharacterData.cpp 176 bool CharacterData::containsOnlyWhitespace() const
178 return !m_data || m_data->containsOnlyWhitespace();
  /external/webkit/WebCore/platform/text/
StringImpl.cpp 130 bool StringImpl::containsOnlyWhitespace()
  /external/webkit/WebCore/rendering/
RenderText.cpp 76 // FIXME: It would be better to call this only if !m_text->containsOnlyWhitespace().
484 if (!len || (stripFrontSpaces && m_text->containsOnlyWhitespace())) {
695 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
773 bool RenderText::containsOnlyWhitespace(unsigned from, unsigned len) const
    [all...]

Completed in 278 milliseconds