Searched refs:m_inDestroy (Results 1 – 4 of 4) sorted by relevance
210 bool NetscapePluginInstanceProxy::m_inDestroy;327 ASSERT(!m_inDestroy);328 m_inDestroy = true;343 m_inDestroy = false;855 if (m_inDestroy)899 if (m_inDestroy)935 if (m_inDestroy)970 if (m_inDestroy)1006 if (m_inDestroy)1051 if (m_inDestroy)[all …]
361 static bool m_inDestroy; variable
7490 Strengthen m_inDestroy "swipe under the carpet" fix.7492 * Plugins/Hosted/NetscapePluginInstanceProxy.h: Added a long comment about m_inDestroy, and7496 (WebKit::NetscapePluginInstanceProxy::NetscapePluginInstanceProxy): m_inDestroy is now7501 m_inDestroy check in r42789.
6607 …Add a new m_inDestroy member variable. Set it to true when in destroy, and have all NPRuntime func…6608 when m_inDestroy is true.