HomeSort by relevance Sort by last modified time
    Searched refs:shouldTrimFromURL (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLParser.h 98 while (begin < specLength && shouldTrimFromURL(spec[begin]))
454 static inline bool shouldTrimFromURL(CHAR ch)
465 while (begin < end && shouldTrimFromURL(spec[begin]))
471 while (end > begin && shouldTrimFromURL(spec[end - 1]))
  /external/webkit/Source/WebCore/platform/
KURL.cpp 343 static bool shouldTrimFromURL(unsigned char c)
387 while (len && shouldTrimFromURL(*str)) {
394 while (len && shouldTrimFromURL(str[len - 1])) {
    [all...]

Completed in 156 milliseconds