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()
173 void Location::setPort(DOMWindow* activeWindow, DOMWindow* firstWindow, const String& portString) in setPort() argument178 url.setPort(portString); in setPort()
515 String portString = String::number(port); in setPort() local516 ASSERT(portString.is8Bit()); in setPort()519 …cements.SetPort(reinterpret_cast<const char*>(portString.characters8()), url_parse::Component(0, p… in setPort()
1066 String portString = decode(authority.substring(portSeparator + 1)); in parsePort() local1068 return Integer.parseInt(portString); in parsePort()