Searched refs:hasSlashDotOrDotDot (Results 1 – 3 of 3) sorted by relevance
1074 static inline bool hasSlashDotOrDotDot(const char* str) in hasSlashDotOrDotDot() function1425 else if (!hasSlashDotOrDotDot(url)) in parse()
51078 (hasSlashDotOrDotDot): Added. Faster than two calls to strstr.51080 (KURL::parse): Changed to use matchLetter and hasSlashDotOrDotDot.
9619 (hasSlashDotOrDotDot):