Searched refs:m_loadCount (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DNetscapePluginModule.cpp48 , m_loadCount(0)
159 if (!m_loadCount) {
164 m_loadCount++;
169 ASSERT(m_loadCount > 0);
170 m_loadCount--;
172 if (!m_loadCount && m_isInitialized) {
H A DNetscapePluginModule.h98 unsigned m_loadCount; member in class:WebKit::NetscapePluginModule
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.cpp49 if (!m_loadCount)
61 ASSERT(!m_loadCount);
70 if (!m_loadCount) {
105 , m_loadCount(0)
124 if (--m_loadCount > 0)
137 ASSERT(!m_loadCount);
H A DPluginPackage.h100 int m_loadCount; member in class:WebCore::PluginPackage
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginPackageWin.cpp237 m_loadCount++;
302 m_loadCount++;
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginPackageMac.cpp251 m_loadCount++;
292 m_loadCount++;

Completed in 184 milliseconds