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

/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp65 static unsigned parsePortFromStringPosition(const String& value, unsigned portStart, unsigned& portEnd) argument
67 portEnd = portStart;
70 return value.substring(portStart, portEnd - portStart).toUInt();
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp758 int portStart = (colonNeeded ? m_hostEnd : m_hostEnd + 1); local
760 parse(m_string.left(portStart) + (colonNeeded ? ":" : "") + String::number(i) + m_string.substring(m_portEnd));
1189 int portStart; local
1270 portStart = portEnd = hostEnd + 1;
1273 portEnd = portStart;
1277 portStart = portEnd = hostEnd;
1301 portStart = hostEnd;
1309 portStart = portEnd = hostEnd;
1360 bool haveNonHostAuthorityPart = userStart != userEnd || passwordStart != passwordEnd || portStart != portEnd;
1403 if (hostEnd != portStart) {
[all...]

Completed in 68 milliseconds