Searched refs:m_pluginFunctionCallDepth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm119 , m_pluginFunctionCallDepth(0)
1295 m_pluginFunctionCallDepth++;
1300 ASSERT(m_pluginFunctionCallDepth > 0);
1301 m_pluginFunctionCallDepth--;
1305 if (!m_pluginFunctionCallDepth && m_shouldStopSoon) {
1313 if (m_pluginFunctionCallDepth) {
H A DNetscapePluginInstanceProxy.h321 unsigned m_pluginFunctionCallDepth; member in class:WebKit::NetscapePluginInstanceProxy

Completed in 980 milliseconds