Home
last modified time | relevance | path

Searched refs:m_loadingResources (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDocumentLoaderGtk.cpp80 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()
DDocumentLoaderGtk.h69 HashSet<unsigned long> m_loadingResources; variable
/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentLoaderMac.mm99 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()) {
DWebDocumentLoaderMac.h67 HashSet<unsigned long> m_loadingResources; variable
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-142620 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'll
2626 (WebDocumentLoaderMac::decreaseLoadCount): Call releaseDataSource if m_loadingResources