Home
last modified time | relevance | path

Searched refs:m_inDestroy (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm210 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 …]
DNetscapePluginInstanceProxy.h361 static bool m_inDestroy; variable
/external/webkit/Source/WebKit/mac/
DChangeLog7490 Strengthen m_inDestroy "swipe under the carpet" fix.
7492 * Plugins/Hosted/NetscapePluginInstanceProxy.h: Added a long comment about m_inDestroy, and
7496 (WebKit::NetscapePluginInstanceProxy::NetscapePluginInstanceProxy): m_inDestroy is now
7501 m_inDestroy check in r42789.
DChangeLog-2010-01-296607 …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.