Searched refs:m_subresourceLoaders (Results 1 – 4 of 4) sorted by relevance
253 else if (!m_subresourceLoaders.isEmpty()) in stopLoading()441 if (!m_subresourceLoaders.isEmpty()) in isLoadingInAPISense()720 setAllDefersLoading(m_subresourceLoaders, defers); in setDefersLoading()733 cancelAll(m_subresourceLoaders); in stopLoadingSubresources()738 m_subresourceLoaders.add(loader); in addSubresourceLoader()744 m_subresourceLoaders.remove(loader); in removeSubresourceLoader()769 return !m_subresourceLoaders.isEmpty(); in isLoadingSubresources()811 m_subresourceLoaders.remove(loader); in subresourceLoaderFinishedLoadingOnePart()831 ResourceLoaderSet::const_iterator it = m_subresourceLoaders.begin(); in transferLoadingResourcesFromPage()832 ResourceLoaderSet::const_iterator end = m_subresourceLoaders.end(); in transferLoadingResourcesFromPage()
265 ResourceLoaderSet m_subresourceLoaders; variable
63 scheduleAll(m_subresourceLoaders, pair); in schedule()76 unscheduleAll(m_subresourceLoaders, pair); in unschedule()
35858 …New function that moves the loader from m_subresourceLoaders to m_multipartSubresourceLoaders and …54401 * loader/DocumentLoader.h: Moved m_mainResourceLoader, m_subresourceLoaders, and54415 and instead just check if the m_subresourceLoaders set is empty.54431 isLoadingPlugIns, m_mainResourceLoader, m_subresourceLoaders, m_plugInStreamLoaders,