Searched refs:containsOnlyWhitespace (Results 1 – 14 of 14) sorted by relevance
159 bool CharacterData::containsOnlyWhitespace() const in containsOnlyWhitespace() function in WebCore::CharacterData161 return m_data.containsOnlyWhitespace(); in containsOnlyWhitespace()
47 bool containsOnlyWhitespace() const;
253 if (!containsOnlyWhitespace()) in textRendererIsNeeded()
1104 if (sibling->isTextNode() && toText(sibling)->containsOnlyWhitespace()) { in reattachWhitespaceSiblings()
188 bool containsOnlyWhitespace(StringRef Str) { in containsOnlyWhitespace() function207 return containsOnlyWhitespace(Text); in onlyWhitespaceBetween()
159 …->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace()) in text()
178 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
204 if (!text().containsOnlyWhitespace()) in styleDidChange()313 …extTextBox()->start() > textBox->end() && text.length() && !text.right(1).containsOnlyWhitespace()) in plainText()792 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) { in trimmedPrefWidths()1036 … if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j)) in computePreferredLogicalWidths()1130 bool RenderText::containsOnlyWhitespace(unsigned from, unsigned len) const in containsOnlyWhitespace() function in WebCore::RenderText
218 if (!toText(child)->containsOnlyWhitespace()) in hasFallbackContent()
429 bool containsOnlyWhitespace() const { return !m_impl || m_impl->containsOnlyWhitespace(); } in containsOnlyWhitespace() function
347 bool containsOnlyWhitespace();
472 bool StringImpl::containsOnlyWhitespace() in containsOnlyWhitespace() function in WTF::StringImpl
613 static inline bool containsOnlyWhitespace(const String& text) in containsOnlyWhitespace() function625 return containsOnlyWhitespace(text); in shouldRebalanceLeadingWhitespaceFor()
648 return renderText->text().impl()->containsOnlyWhitespace(); in computeAccessibilityIsIgnored()709 if (!alt.string().containsOnlyWhitespace()) in computeAccessibilityIsIgnored()