/external/webkit/Source/WebCore/platform/network/ |
D | ProxyServer.h | 53 ProxyServer(Type type, const String& hostName, int port) in ProxyServer() argument 55 , m_hostName(hostName) in ProxyServer() 61 const String& hostName() const { return m_hostName; } in hostName() function
|
D | ProxyServer.cpp | 50 ASSERT(!proxyServer.hostName().isNull()); in appendProxyServerString() 51 builder.append(proxyServer.hostName()); in appendProxyServerString()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | InetAddressThreadTest.java | 86 String hostName = ia.getHostName(); in run() local 92 if (!hostName.startsWith(correctName)) { in run() 97 + hostName in run()
|
/external/nist-sip/java/gov/nist/core/ |
D | Host.java | 94 public Host(String hostName) throws IllegalArgumentException { in Host() argument 95 if (hostName == null) in Host() 101 setHost(hostName, IPV4ADDRESS); in Host()
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
D | AbstractVerifier.java | 148 String hostName = host.trim().toLowerCase(Locale.ENGLISH); in verify() local 171 match = hostName.endsWith(cn.substring(1)); in verify() 175 match = countDots(hostName) == countDots(cn); in verify() 178 match = hostName.equals(cn); in verify()
|
/external/webkit/Source/WebCore/loader/ |
D | ResourceLoadScheduler.cpp | 59 String hostName = url.host(); in hostForURL() local 60 HostInformation* host = m_hosts.get(hostName); in hostForURL() 62 host = new HostInformation(hostName, maxRequestsInFlightPerHost); in hostForURL() 63 m_hosts.add(hostName, host); in hostForURL()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | HopImpl.java | 74 public HopImpl(String hostName, int portNumber, String trans) { in HopImpl() argument 75 host = hostName; in HopImpl()
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestAddCookies.java | 134 String hostName = targetHost.getHostName(); in process() local 141 hostName, in process()
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 48 NSString *hostName = objc_msgSend(host, @selector(name)); 49 … stringWithFormat:@"Would you like to download and install %@ %@ now?", hostName, objc_msgSend(upd… 50 …[NSString stringWithFormat:@"You are currently running %@ %@.", hostName, objc_msgSend(host, @sele…
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | ProxyServerQt.cpp | 66 servers.append(ProxyServer(proxyType, proxy.hostName(), proxy.port())); in proxyServersForURL()
|
/external/webkit/Source/WebCore/websockets/ |
D | WebSocketHandshake.cpp | 74 static String hostName(const KURL& url, bool secure) in hostName() function 222 builder.append(hostName(m_url, m_secure)); in clientLocation() 239 fields.append("Host: " + hostName(m_url, m_secure)); in clientHandshakeMessage() 283 request.addHeaderField("Host", hostName(m_url, m_secure)); in clientHandshakeRequest()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 1766 (WebCore::hostName): Added. 1774 use hostName.
|
D | ChangeLog-2010-12-06 | 41358 (WebCore::ProxyServer::hostName):
|