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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.h 45 bool containsOnlyWhitespace() const;
CharacterData.cpp 184 bool CharacterData::containsOnlyWhitespace() const
186 return m_data.containsOnlyWhitespace();
Text.cpp 204 if (!containsOnlyWhitespace())
Element.cpp     [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 188 bool containsOnlyWhitespace(StringRef Str) {
207 return containsOnlyWhitespace(Text);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 218 if (!toText(child)->containsOnlyWhitespace())
435 if (!toText(child)->containsOnlyWhitespace())
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 183 if (forceReattachOfAnyWhitespaceSibling && toText(child)->containsOnlyWhitespace())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 174 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
RenderText.cpp 787 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 443 bool containsOnlyWhitespace() const { return !m_impl || m_impl->containsOnlyWhitespace(); }
StringImpl.h 330 bool containsOnlyWhitespace();
StringImpl.cpp 407 bool StringImpl::containsOnlyWhitespace()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 714 return renderText->text().impl()->containsOnlyWhitespace();
772 if (!alt.string().containsOnlyWhitespace())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 593 static inline bool containsOnlyWhitespace(const String& text)
605 return containsOnlyWhitespace(text);
    [all...]

Completed in 383 milliseconds