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

/external/webkit/Source/WebCore/platform/
H A DLinkHash.cpp58 static inline size_t findSlashDotSlash(const UChar* characters, size_t length, size_t position) function in namespace:WebCore
145 } while ((slash = findSlashDotSlash(path.data(), path.size(), slash)) != notFound);
162 firstSlash = findSlashDotSlash(path.data(), path.size(), 0);

Completed in 218 milliseconds