Home
last modified time | relevance | path

Searched defs:isAllWhitespace (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DInlineRewriter.java85 private static boolean isAllWhitespace(String s) { in isAllWhitespace() method in InlineRewriter
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp92 static inline bool isAllWhitespace(const String& string) in isAllWhitespace() function
DHTMLTreeBuilder.cpp70 static inline bool isAllWhitespace(const String& string) in isAllWhitespace() function