Home
last modified time | relevance | path

Searched refs:hostName (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/loader/
Dloader.cpp129 AtomicString hostName = url.host(); in load() local
130 host = m_hosts.get(hostName.impl()); in load()
132 host = Host::create(hostName, maxRequestsInFlightPerHost); in load()
133 m_hosts.add(hostName.impl(), host); in load()
209 AtomicString hostName = url.host(); in nonCacheRequestInFlight() local
211 RefPtr<Host> host = m_hosts.get(hostName.impl()); in nonCacheRequestInFlight()
213 host = Host::create(hostName, maxRequestsInFlightPerHost); in nonCacheRequestInFlight()
214 m_hosts.add(hostName.impl(), host); in nonCacheRequestInFlight()
225 AtomicString hostName = url.host(); in nonCacheRequestComplete() local
227 RefPtr<Host> host = m_hosts.get(hostName.impl()); in nonCacheRequestComplete()
/external/nist-sip/java/gov/nist/core/
DHost.java94 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/
DAbstractVerifier.java148 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/nist-sip/java/gov/nist/javax/sip/stack/
DHopImpl.java74 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/
DRequestAddCookies.java134 String hostName = targetHost.getHostName(); in process() local
141 hostName, in process()
/external/webkit/WebKitTools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m48 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…