Searched refs:m_loadingResources (Results 1 – 5 of 5) sorted by relevance
80 if (m_loadingResources.isEmpty()) in detachFromFrame()88 if (m_loadingResources.contains(identifier)) in increaseLoadCount()90 m_loadingResources.add(identifier); in increaseLoadCount()96 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier); in decreaseLoadCount()99 if (it == m_loadingResources.end()) in decreaseLoadCount()102 m_loadingResources.remove(it); in decreaseLoadCount()104 if (m_loadingResources.isEmpty() && !frame()) in decreaseLoadCount()
69 HashSet<unsigned long> m_loadingResources; variable
99 if (m_loadingResources.isEmpty())110 if (m_loadingResources.contains(identifier))112 m_loadingResources.add(identifier);119 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier);122 if (it == m_loadingResources.end())125 m_loadingResources.remove(it);127 if (m_loadingResources.isEmpty()) {
67 HashSet<unsigned long> m_loadingResources; variable
2620 assertion that m_loadingResources is empty -- not important any more.2622 HardRelease, but only if m_loadingResources is empty. If it's non-empty, then we'll2626 (WebDocumentLoaderMac::decreaseLoadCount): Call releaseDataSource if m_loadingResources