Searched refs:m_maxRequestsInFlight (Results 1 – 2 of 2) sorted by relevance
235 , m_maxRequestsInFlight(maxRequestsInFlight) in HostInformation()290 …sLoading.size() >= (resourceLoadScheduler()->isSerialLoadingEnabled() ? 1 : m_maxRequestsInFlight); in limitRequests()
95 const int m_maxRequestsInFlight; variable