Home | History | Annotate | Download | only in rendering

Lines Matching refs:containsOnlyWhitespace

147     // FIXME: It would be better to call this only if !m_text->containsOnlyWhitespace().
673 if (!len || (stripFrontSpaces && text()->containsOnlyWhitespace())) {
894 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
976 bool RenderText::containsOnlyWhitespace(unsigned from, unsigned len) const