HomeSort by relevance Sort by last modified time
    Searched refs:m_requestsLoading (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 241 ASSERT(m_requestsLoading.isEmpty());
253 LOG(ResourceLoading, "HostInformation '%s' loading '%s'. Current count %d", m_name.latin1().data(), resourceLoader->url().string().latin1().data(), m_requestsLoading.size());
254 m_requestsLoading.add(resourceLoader);
259 if (m_requestsLoading.contains(resourceLoader)) {
260 m_requestsLoading.remove(resourceLoader);
277 if (!m_requestsLoading.isEmpty())
288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty())
290 return m_requestsLoading.size() >= (resourceLoadScheduler()->isSerialLoadingEnabled() ? 1 : m_maxRequestsInFlight);
ResourceLoadScheduler.h 93 RequestMap m_requestsLoading;

Completed in 35 milliseconds