Home
last modified time | relevance | path

Searched refs:realShutdown (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Depmanager.cpp61 realShutdown = NULL; in PluginEntryPointList()
120 eps->realShutdown = shutdownproc; in createEntryPointsForPlugin()
180 if(eps->realShutdown) in callNP_ShutdownAll()
183 eps->realShutdown(); in callNP_ShutdownAll()
184 eps->realShutdown = NULL; // don't want to call it more than once in callNP_ShutdownAll()
197 if(eps->realShutdown) in callNP_Shutdown()
200 eps->realShutdown(); in callNP_Shutdown()
201 eps->realShutdown = NULL; // don't want to call it more than once in callNP_Shutdown()
/external/chromium_org/third_party/npapi/npspy/include/
Depmanager.h63 NP_SHUTDOWN realShutdown; member