Searched refs:containsOnlyWhitespace (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h436 bool containsOnlyWhitespace() const { return !m_impl || m_impl->containsOnlyWhitespace(); } function in class:WTF::String
H A DStringImpl.h611 WTF_EXPORT_STRING_API bool containsOnlyWhitespace();
H A DStringImpl.cpp294 bool StringImpl::containsOnlyWhitespace() function in class:WTF::StringImpl
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp747 result.isReplaceAllowed = result.isContentEditable && !result.isInPasswordField && !selectedText.containsOnlyWhitespace();

Completed in 126 milliseconds