Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp47 static unsigned maxRequestsInFlightPerHost; variable
50 static const unsigned maxRequestsInFlightPerHost = 10000;
62 host = new HostInformation(hostName, maxRequestsInFlightPerHost); in hostForURL()
82 maxRequestsInFlightPerHost = initializeMaximumHTTPConnectionCountPerHost(); in ResourceLoadScheduler()