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 48 bool containsOnlyWhitespace() const;
CharacterData.cpp 163 bool CharacterData::containsOnlyWhitespace() const
165 return m_data.containsOnlyWhitespace();
Text.cpp 251 if (!containsOnlyWhitespace())
Node.cpp 1019 if (sibling->isTextNode() && toText(sibling)->containsOnlyWhitespace()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.cpp 164 if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace())
RenderText.h 177 bool containsOnlyWhitespace(unsigned from, unsigned len) const;
RenderText.cpp 211 if (!text().containsOnlyWhitespace())
320 if (textBox->nextTextBox() && textBox->nextTextBox()->start() > textBox->end() && text.length() && !text.right(1).containsOnlyWhitespace())
785 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 219 if (!toText(child)->containsOnlyWhitespace())
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 410 bool containsOnlyWhitespace() const { return !m_impl || m_impl->containsOnlyWhitespace(); }
StringImpl.h 337 bool containsOnlyWhitespace();
StringImpl.cpp 449 bool StringImpl::containsOnlyWhitespace()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 650 return renderText->text().impl()->containsOnlyWhitespace();
723 if (!alt.string().containsOnlyWhitespace())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 595 static inline bool containsOnlyWhitespace(const String& text)
607 return containsOnlyWhitespace(text);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 8953 milliseconds