Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp35 static void (*shutdownFunction)(); variable
54 shutdownFunction = 0; in PluginTest()
63 if (shutdownFunction) in NP_Shutdown()
64 shutdownFunction(); in NP_Shutdown()
69 assert(!shutdownFunction); in registerNPShutdownFunction()
70 shutdownFunction = func; in registerNPShutdownFunction()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm499 NPP_ShutdownProcPtr shutdownFunction;
500 npErr = pluginMainFunc(&browserFuncs, &pluginFuncs, &shutdownFunction);
501 … NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);