Searched defs:hostEnd (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DKURL.h196 unsigned hostEnd() const;
369 inline unsigned KURL::hostEnd() const function in class:WebCore::KURL
H A DKURLGoogle.cpp443 return hostEnd() < pathStart();
642 int hostEnd = s.find(":"); local
643 if (hostEnd != -1) {
644 host = s.left(hostEnd);
645 port = s.substring(hostEnd + 1);
663 String urlWithoutPort = m_url.string().left(hostEnd()) + m_url.string().substring(pathStart());
907 unsigned KURL::hostEnd() const function in class:WebCore::KURL
955 int hostLengthA = a.hostEnd() - hostStartA;
957 int hostLengthB = b.hostEnd() - b.hostStart();
H A DKURL.cpp1188 int hostEnd; local
1249 hostEnd = hostStart;
1252 if (url[hostEnd] == '[') {
1253 hostEnd++;
1254 while (isIPv6Char(url[hostEnd]))
1255 hostEnd++;
1256 if (url[hostEnd] == ']')
1257 hostEnd++;
1265 while (isHostnameChar(url[hostEnd]))
1266 hostEnd
1697 int hostStart, hostEnd; local
[all...]
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp94 unsigned hostEnd = url.hostEnd(); local
96 return AlreadyHashed::avoidDeletedValue(StringHasher::computeHash(url.string().characters() + hostStart, hostEnd - hostStart));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 120 milliseconds