Searched refs:m_requestsLoading (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoadScheduler.cpp263 ASSERT(m_requestsLoading.isEmpty());
275 LOG(ResourceLoading, "HostInformation '%s' loading '%s'. Current count %d", m_name.latin1().data(), resourceLoader->url().string().latin1().data(), m_requestsLoading.size());
276 m_requestsLoading.add(resourceLoader);
281 if (m_requestsLoading.contains(resourceLoader)) {
282 m_requestsLoading.remove(resourceLoader);
299 if (!m_requestsLoading.isEmpty())
310 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty())
312 return m_requestsLoading.size() >= (resourceLoadScheduler()->isSerialLoadingEnabled() ? 1 : m_maxRequestsInFlight);
H A DResourceLoadScheduler.h105 RequestMap m_requestsLoading; member in class:WebCore::ResourceLoadScheduler::HostInformation

Completed in 491 milliseconds