Home
last modified time | relevance | path

Searched refs:hasSlashDotOrDotDot (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DKURL.cpp1074 static inline bool hasSlashDotOrDotDot(const char* str) in hasSlashDotOrDotDot() function
1425 else if (!hasSlashDotOrDotDot(url)) in parse()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2351078 (hasSlashDotOrDotDot): Added. Faster than two calls to strstr.
51080 (KURL::parse): Changed to use matchLetter and hasSlashDotOrDotDot.
DChangeLog-2005-12-199619 (hasSlashDotOrDotDot):