Searched refs:hostAndPort (Results 1 – 3 of 3) sorted by relevance
118 void requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort);
827 WebFrame::requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort) in requestClientCert() argument832 int len = hostAndPort.length(); in requestClientCert()833 ScopedLocalRef<jstring> jHostAndPort(env, stdStringToJstring(env, hostAndPort, true)); in requestClientCert()
763 void KURL::setHostAndPort(const String& hostAndPort) in setHostAndPort() argument773 …parse(m_string.left(hostStart()) + (slashSlashNeeded ? "//" : "") + hostAndPort + m_string.substri… in setHostAndPort()