Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm122 , m_inDestroy(false)
219 m_inDestroy = true;
234 m_inDestroy = false;
778 if (m_inDestroy)
812 if (m_inDestroy)
845 if (m_inDestroy)
879 if (m_inDestroy)
920 if (m_inDestroy)
944 if (m_inDestroy)
967 if (m_inDestroy)
[all …]
DNetscapePluginInstanceProxy.h324 bool m_inDestroy; variable
/external/webkit/WebKit/mac/
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.