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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadScheduler.cpp347 ASSERT(m_requestsLoading.isEmpty());
359 LOG(ResourceLoading, "HostInformation '%s' loading '%s'. Current count %d", m_name.latin1().data(), resourceLoader->url().string().latin1().data(), m_requestsLoading.size());
360 m_requestsLoading.add(resourceLoader);
365 if (m_requestsLoading.remove(resourceLoader))
381 if (!m_requestsLoading.isEmpty())
392 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty())
394 return m_requestsLoading.size() >= (resourceLoadScheduler()->isSerialLoadingEnabled() ? 1 : m_maxRequestsInFlight);
H A DResourceLoadScheduler.h110 RequestMap m_requestsLoading; member in class:WebCore::ResourceLoadScheduler::HostInformation

Completed in 68 milliseconds