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

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm226 , m_pluginFunctionCallDepth(0)
1461 m_pluginFunctionCallDepth++;
1466 ASSERT(m_pluginFunctionCallDepth > 0);
1467 m_pluginFunctionCallDepth--;
1471 if (!m_pluginFunctionCallDepth && m_shouldStopSoon) {
1480 if (m_pluginFunctionCallDepth) {
H A DNetscapePluginInstanceProxy.h350 unsigned m_pluginFunctionCallDepth; member in class:WebKit::NetscapePluginInstanceProxy

Completed in 127 milliseconds