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

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLParser.h57 return isURLSlash(ch) || ch == '?' || ch == '#' || ch == ';';
397 if (isURLSlash(spec[i])) {
447 static inline bool isURLSlash(CHAR ch) function in class:WTF::URLParser
480 while (beginOffset + count < stringLength && isURLSlash(string[beginOffset + count]))

Completed in 64 milliseconds