Searched refs:containsOnlyWhitespace (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCharacterData.h41 bool containsOnlyWhitespace() const;
H A DCharacterData.cpp161 bool CharacterData::containsOnlyWhitespace() const function in class:WebCore::CharacterData
163 return !m_data || m_data->containsOnlyWhitespace();
H A DText.cpp204 bool onlyWS = containsOnlyWhitespace();
262 if (document()->isWMLDocument() && !containsOnlyWhitespace()) {
/external/clang/lib/AST/
H A DRawCommentList.cpp183 bool containsOnlyWhitespace(StringRef Str) { function in namespace:__anon3653
202 return containsOnlyWhitespace(Text);
/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.cpp231 if (!static_cast<Text*>(child)->containsOnlyWhitespace())
437 if (!static_cast<Text*>(child)->containsOnlyWhitespace())
/external/webkit/Source/WebCore/rendering/
H A DRenderText.h158 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
H A DRenderText.cpp147 // 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 function in class:WebCore::RenderText
H A DRenderBlockLineLayout.cpp849 !static_cast<Text*>(node)->containsOnlyWhitespace()) {
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.h267 bool containsOnlyWhitespace();
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/accessibility/
H A DAccessibilityRenderObject.cpp1822 return renderText->text()->containsOnlyWhitespace();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2670 && !textNode->containsOnlyWhitespace());

Completed in 319 milliseconds