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

/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp65 static unsigned parsePortFromStringPosition(const String& value, unsigned portStart, unsigned& portEnd) function in namespace:WebCore
346 unsigned port = parsePortFromStringPosition(value, separator + 1, portEnd);

Completed in 39 milliseconds