Searched refs:m_requestsLoading (Results 1 – 3 of 3) sorted by relevance
241 ASSERT(m_requestsLoading.isEmpty()); in ~HostInformation()253 … m_name.latin1().data(), resourceLoader->url().string().latin1().data(), m_requestsLoading.size()); in addLoadInProgress()254 m_requestsLoading.add(resourceLoader); in addLoadInProgress()259 if (m_requestsLoading.contains(resourceLoader)) { in remove()260 m_requestsLoading.remove(resourceLoader); in remove()277 if (!m_requestsLoading.isEmpty()) in hasRequests()288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty()) in limitRequests()290 …return m_requestsLoading.size() >= (resourceLoadScheduler()->isSerialLoadingEnabled() ? 1 : m_maxR… in limitRequests()
93 RequestMap m_requestsLoading; variable
34057 … requests to be removed from the m_requestsLoading map. This means that req might be null here.