Searched refs:portString (Results 1 – 4 of 4) sorted by relevance
151 String portString = null; in fromString() local159 portString = matcher.group(2); // could be null in fromString()165 portString = hostPortString.substring(colonPos + 1); in fromString()174 if (portString != null) { in fromString()177 checkArgument(!portString.startsWith("+"), "Unparseable port number: %s", hostPortString); in fromString()179 port = Integer.parseInt(portString); in fromString()
176 …on::setPort(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& portString) in setPort() argument181 url.setPort(portString); in setPort()
549 String portString = String::number(port); in setPort() local550 ASSERT(portString.is8Bit()); in setPort()553 …placements.SetPort(reinterpret_cast<const char*>(portString.characters8()), url::Component(0, port… in setPort()
1066 String portString = decode(authority.substring(portSeparator + 1)); in parsePort() local1068 return Integer.parseInt(portString); in parsePort()