Searched refs:hostAndPort (Results 1 – 1 of 1) sorted by relevance
467 void KURL::setHostAndPort(const String& hostAndPort) in setHostAndPort() argument469 size_t separator = hostAndPort.find(':'); in setHostAndPort()475 StringUTF8Adaptor hostUTF8(hostAndPort); in setHostAndPort()481 String host = hostAndPort.substring(0, separator); in setHostAndPort()482 String port = parsePortFromStringPosition(hostAndPort, separator + 1); in setHostAndPort()