Searched defs:shouldTrimFromURL (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLParser.h98 while (begin < specLength && shouldTrimFromURL(spec[begin]))
454 static inline bool shouldTrimFromURL(CHAR ch) function in class:WTF::URLParser
465 while (begin < end && shouldTrimFromURL(spec[begin]))
471 while (end > begin && shouldTrimFromURL(spec[end - 1]))
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp343 static bool shouldTrimFromURL(unsigned char c) function in namespace:WebCore
387 while (len && shouldTrimFromURL(*str)) {
394 while (len && shouldTrimFromURL(str[len - 1])) {

Completed in 32 milliseconds