Searched refs:isBeingDestroyed (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp63 if (!npRuntimeObjectMap->m_pluginView->isBeingDestroyed())
191 if (m_pluginView && !m_pluginView->isBeingDestroyed()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.h64 bool isBeingDestroyed() const { return m_isBeingDestroyed; } function in class:WebKit::PluginView
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h920 bool isBeingDestroyed() const { return m_isBeingDestroyed; } function in class:WebView
H A DWebView.cpp724 // we're already handling WM_DESTROY. So we check !isBeingDestroyed() instead.
725 if (!isBeingDestroyed())
2188 ASSERT(!webView->isBeingDestroyed());
3433 else if (!isBeingDestroyed()) {
3436 // isBeingDestroyed() is false because doing this while handling WM_DESTROY can leave

Completed in 96 milliseconds