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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp75 static inline bool isAllWhitespaceOrReplacementCharacters(const String& string) function in namespace:blink
2419 if (m_framesetOk && !isAllWhitespaceOrReplacementCharacters(characters))
2687 if (m_framesetOk && !isAllWhitespaceOrReplacementCharacters(characters))

Completed in 85 milliseconds