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

  /external/webkit/WebCore/loader/
loader.cpp 270 ASSERT(m_requestsLoading.isEmpty());
293 if (!m_requestsLoading.isEmpty())
323 if (shouldLimitRequests && m_requestsLoading.size() + m_nonCachedRequestsInFlight >= m_maxRequestsInFlight) {
358 m_requestsLoading.add(loader.release(), request);
361 printf("HOST %s COUNT %d LOADING %s\n", resourceRequest.url().host().latin1().data(), m_requestsLoading.size(), request->cachedResource()->url().latin1().data());
377 RequestMap::iterator i = m_requestsLoading.find(loader);
378 if (i == m_requestsLoading.end())
382 m_requestsLoading.remove(i);
409 printf("HOST %s COUNT %d RECEIVED %s\n", u.host().latin1().data(), m_requestsLoading.size(), resource->url().latin1().data());
425 RequestMap::iterator i = m_requestsLoading.find(loader)
    [all...]
loader.h 100 RequestMap m_requestsLoading;

Completed in 16 milliseconds