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

  /external/webkit/Source/WebCore/dom/
CharacterData.h 41 bool containsOnlyWhitespace() const;
CharacterData.cpp 161 bool CharacterData::containsOnlyWhitespace() const
163 return !m_data || m_data->containsOnlyWhitespace();
Text.cpp 204 bool onlyWS = containsOnlyWhitespace();
262 if (document()->isWMLDocument() && !containsOnlyWhitespace()) {
  /external/webkit/Source/WebCore/rendering/
RenderText.h 158 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
RenderText.cpp 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))
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 231 if (!static_cast<Text*>(child)->containsOnlyWhitespace())
437 if (!static_cast<Text*>(child)->containsOnlyWhitespace())
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 267 bool containsOnlyWhitespace();
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/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 816 milliseconds