Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp195 …bool shouldLimitRequests = !host->name().isNull() || (document && (document->parsing() || !documen… in servePendingRequests() local
196 if (shouldLimitRequests && host->limitRequests(ResourceLoadPriority(priority))) in servePendingRequests()