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 47 bool containsOnlyWhitespace() const;
CharacterData.cpp 159 bool CharacterData::containsOnlyWhitespace() const
161 return m_data.containsOnlyWhitespace();
Text.cpp 253 if (!containsOnlyWhitespace())
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.cpp 159 if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace())
RenderText.h 178 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
RenderText.cpp 204 if (!text().containsOnlyWhitespace())
313 if (textBox->nextTextBox() && textBox->nextTextBox()->start() > textBox->end() && text.length() && !text.right(1).containsOnlyWhitespace())
792 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
    [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())
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 429 bool containsOnlyWhitespace() const { return !m_impl || m_impl->containsOnlyWhitespace(); }
StringImpl.h 347 bool containsOnlyWhitespace();
StringImpl.cpp 472 bool StringImpl::containsOnlyWhitespace()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 648 return renderText->text().impl()->containsOnlyWhitespace();
709 if (!alt.string().containsOnlyWhitespace())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 613 static inline bool containsOnlyWhitespace(const String& text)
625 return containsOnlyWhitespace(text);
    [all...]

Completed in 1105 milliseconds