OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBeingDestroyed
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h
56
bool
isBeingDestroyed
() const { return m_isBeingDestroyed; }
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp
54
if (!npRuntimeObjectMap->m_pluginView->
isBeingDestroyed
())
/external/webkit/Source/WebKit/win/
WebView.h
[
all
...]
WebView.cpp
683
// we're already handling WM_DESTROY. So we check !
isBeingDestroyed
() instead.
684
if (!
isBeingDestroyed
())
[
all
...]
Completed in 1309 milliseconds