Home
last modified time | relevance | path

Searched refs:m_loadCount (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModule.cpp46 , m_loadCount(0) in NetscapePluginModule()
157 if (!m_loadCount) { in incrementLoadCount()
162 m_loadCount++; in incrementLoadCount()
167 ASSERT(m_loadCount > 0); in decrementLoadCount()
168 m_loadCount--; in decrementLoadCount()
170 if (!m_loadCount) { in decrementLoadCount()
DNetscapePluginModule.h82 unsigned m_loadCount; variable
/external/webkit/Source/WebCore/plugins/
DPluginPackage.cpp50 if (!m_loadCount) in ~PluginPackage()
62 ASSERT(!m_loadCount); in freeLibrarySoon()
70 ASSERT(!m_loadCount); in freeLibraryTimerFired()
105 , m_loadCount(0) in PluginPackage()
125 if (--m_loadCount > 0) in unload()
139 ASSERT(!m_loadCount); in unloadWithoutShutdown()
DPluginPackage.h107 int m_loadCount; variable
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp199 m_loadCount); in load()
206 m_loadCount++; in load()
207 PLUGIN_LOG("Already loaded, count now %d\n", m_loadCount); in load()
210 ASSERT(m_loadCount == 0); in load()
260 ++m_loadCount; in load()
261 PLUGIN_LOG("Initial load ok, count now %d\n", m_loadCount); in load()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp82 m_loadCount++; in load()
170 m_loadCount++; in load()
180 if (--m_loadCount > 0) in unload()
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp137 m_loadCount++; in load()
186 m_loadCount++; in load()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginPackageGtk.cpp136 m_loadCount++; in load()
205 m_loadCount++; in load()
/external/webkit/Source/WebCore/plugins/win/
DPluginPackageWin.cpp237 m_loadCount++; in load()
302 m_loadCount++; in load()
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp254 m_loadCount++; in load()
295 m_loadCount++; in load()