Home
last modified time | relevance | path

Searched refs:HostInformation (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp53 ResourceLoadScheduler::HostInformation* ResourceLoadScheduler::hostForURL(const KURL& url, CreateHo… in hostForURL()
60 HostInformation* host = m_hosts.get(hostName); in hostForURL()
62 host = new HostInformation(hostName, maxRequestsInFlightPerHost); in hostForURL()
76 : m_nonHTTPProtocolHost(new HostInformation(String(), maxRequestsInFlightForNonHTTPProtocols)) in ResourceLoadScheduler()
117 HostInformation* host = hostForURL(resourceLoader->url(), CreateIfNotFound); in scheduleLoad()
136 HostInformation* host = hostForURL(resourceLoader->url()); in remove()
144 HostInformation* oldHost = hostForURL(resourceLoader->url()); in crossOriginRedirectReceived()
146 HostInformation* newHost = hostForURL(redirectURL, CreateIfNotFound); in crossOriginRedirectReceived()
165 Vector<HostInformation*> hostsToServe; in servePendingRequests()
173 HostInformation* host = hostsToServe[i]; in servePendingRequests()
[all …]
DResourceLoadScheduler.h74 class HostInformation {
75 WTF_MAKE_NONCOPYABLE(HostInformation);
77 HostInformation(const String&, unsigned);
78 ~HostInformation();
103 HostInformation* hostForURL(const KURL&, CreateHostPolicy = FindOnly);
104 void servePendingRequests(HostInformation*, ResourceLoadPriority);
106 typedef HashMap<String, HostInformation*, StringHash> HostMap;
108 HostInformation* m_nonHTTPProtocolHost;
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java78 private static class HostInformation extends DNSQuestion { class in DNSQuestion
79HostInformation(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in HostInformation() method in DNSQuestion.HostInformation
247 return new HostInformation(name, type, recordClass, unique); in newQuestion()
DDNSRecord.java848 public static class HostInformation extends DNSRecord { class in DNSRecord
860 …public HostInformation(String name, DNSRecordClass recordClass, boolean unique, int ttl, String cp… in HostInformation() method in DNSRecord.HostInformation
899 if (! (other instanceof HostInformation) ) { in sameValue()
902 HostInformation hinfo = (HostInformation) other; in sameValue()
DDNSIncoming.java339 rec = new DNSRecord.HostInformation(domain, recordClass, unique, ttl, cpu, os); in readAnswer()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1642322 (WebCore::ResourceLoadScheduler::HostInformation::~HostInformation):
42323 (WebCore::ResourceLoadScheduler::HostInformation::schedule):
42324 (WebCore::ResourceLoadScheduler::HostInformation::remove):
42325 (WebCore::ResourceLoadScheduler::HostInformation::hasRequests):
42326 (WebCore::ResourceLoadScheduler::HostInformation::limitRequests):
42330 (WebCore::ResourceLoadScheduler::HostInformation::requestsPending):
DChangeLog-2010-12-0611209 (WebCore::ResourceLoadScheduler::HostInformation::~HostInformation):
11210 (WebCore::ResourceLoadScheduler::HostInformation::remove):
11211 (WebCore::ResourceLoadScheduler::HostInformation::hasRequests):
13696 (WebCore::ResourceLoadScheduler::HostInformation::limitRequests):
16144 (WebCore::ResourceLoadScheduler::HostInformation::assertLoaderBeingCounted):
16145 (WebCore::ResourceLoadScheduler::HostInformation::HostInformation):
16146 (WebCore::ResourceLoadScheduler::HostInformation::~HostInformation):
16147 (WebCore::ResourceLoadScheduler::HostInformation::schedule):
16148 (WebCore::ResourceLoadScheduler::HostInformation::addLoadInProgress):
16149 (WebCore::ResourceLoadScheduler::HostInformation::remove):
[all …]
DChangeLog29304 (WebCore::ResourceLoadScheduler::HostInformation::limitRequests):