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

  /external/webkit/Source/WebCore/svg/
SVGDescElement.cpp 39 return textContent().simplifyWhiteSpace();
  /external/webkit/Source/WebCore/platform/
Length.cpp 101 str = str->simplifyWhiteSpace();
123 RefPtr<StringImpl> str = string.impl()->simplifyWhiteSpace();
  /external/webkit/Source/WebCore/html/
HTMLOptGroupElement.cpp 119 itemText = itemText.simplifyWhiteSpace();
  /external/webkit/Source/WebCore/wml/
WMLOptGroupElement.cpp 122 itemText = itemText.simplifyWhiteSpace();
  /external/webkit/Source/WebCore/xml/
XPathValue.cpp 95 const String& str = m_data->m_string.simplifyWhiteSpace();
XPathFunctions.cpp 542 return s.simplifyWhiteSpace();
546 return s.simplifyWhiteSpace();
  /external/webkit/Source/WebCore/dom/
OptionElement.cpp 108 text = text.simplifyWhiteSpace();
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 293 PassRefPtr<StringImpl> simplifyWhiteSpace();
WTFString.cpp 291 String String::simplifyWhiteSpace() const
295 return m_impl->simplifyWhiteSpace();
WTFString.h 237 String simplifyWhiteSpace() const;
StringImpl.cpp 375 PassRefPtr<StringImpl> StringImpl::simplifyWhiteSpace()
  /external/webkit/Source/WebCore/page/
DragController.cpp 735 clipboard->writeURL(linkURL, dragSource.textContent().simplifyWhiteSpace(), src);
    [all...]

Completed in 204 milliseconds