Home
last modified time | relevance | path

Searched refs:hostAndPort (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.h118 void requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort);
DWebCoreFrameBridge.cpp827 WebFrame::requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort) in requestClientCert() argument
832 int len = hostAndPort.length(); in requestClientCert()
833 ScopedLocalRef<jstring> jHostAndPort(env, stdStringToJstring(env, hostAndPort, true)); in requestClientCert()
/external/webkit/Source/WebCore/platform/
DKURL.cpp763 void KURL::setHostAndPort(const String& hostAndPort) in setHostAndPort() argument
773 …parse(m_string.left(hostStart()) + (slashSlashNeeded ? "//" : "") + hostAndPort + m_string.substri… in setHostAndPort()